Loading ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +19 −22 Original line number Diff line number Diff line Loading @@ -758,28 +758,6 @@ module LibItsGeoNetworking_Templates { payload := ? } /** * @desc Receive template for GeoNetworking Unicast Packet * @param p_destinationShortPosVec Short position vector of destination * @param p_seqNumber Sequence number of GeoUnicast packet * @param p_hopLimit Maximum number of hops (Default: ?) * @param p_flags Flags in the common header (Default: ?) * @see mw_geoNwUnicastPacketWithHl */ template (present) GnNonSecuredPacket mw_geoNwUnicastPacketWithHlAndFlags( in template (present) ShortPosVector p_destinationShortPosVec, in template (present) UInt16 p_seqNumber, in template (present) UInt8 p_hopLimit := ?, in template (present) Bit8 p_flags := ? ) modifies mw_geoNwUnicastPacketWithHl := { commonHeader := mw_commonHeaderWithHopLimitAndFlags( PX_GN_UPPER_LAYER, mw_geoUnicastHeaderType, p_hopLimit, p_flags ) } /** * @desc Receive template for GeoNetworking Unicast Packet * @param p_destinationShortPosVec Short position vector of destination Loading Loading @@ -1056,6 +1034,25 @@ module LibItsGeoNetworking_Templates { ) } /** * @desc Receive template for GeoNetworking Broadcast Packet * @param p_sourceLongPosVec Long position vector of source * @param p_hopLimit Maximum number of hops (Default: ?) * @param p_flags Flags in the common header (Default: ?) */ template (present) GnNonSecuredPacket mw_geoNwBroadcastPacketWithHlAndFlags( in template (present) LongPosVector p_sourceLongPosVec, in template (present) UInt8 p_hopLimit := ?, in template (present) Bit8 p_flags := ? ) := { commonHeader := mw_commonHeaderWithHopLimitAndFlags( PX_GN_UPPER_LAYER, mw_geoBroadcastHeaderType, p_hopLimit, p_flags ) } /** * @desc Receive template for GeoNetworking Broadcast Packet * @param p_sourceLongPosVec Long position vector of source Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +19 −22 Original line number Diff line number Diff line Loading @@ -758,28 +758,6 @@ module LibItsGeoNetworking_Templates { payload := ? } /** * @desc Receive template for GeoNetworking Unicast Packet * @param p_destinationShortPosVec Short position vector of destination * @param p_seqNumber Sequence number of GeoUnicast packet * @param p_hopLimit Maximum number of hops (Default: ?) * @param p_flags Flags in the common header (Default: ?) * @see mw_geoNwUnicastPacketWithHl */ template (present) GnNonSecuredPacket mw_geoNwUnicastPacketWithHlAndFlags( in template (present) ShortPosVector p_destinationShortPosVec, in template (present) UInt16 p_seqNumber, in template (present) UInt8 p_hopLimit := ?, in template (present) Bit8 p_flags := ? ) modifies mw_geoNwUnicastPacketWithHl := { commonHeader := mw_commonHeaderWithHopLimitAndFlags( PX_GN_UPPER_LAYER, mw_geoUnicastHeaderType, p_hopLimit, p_flags ) } /** * @desc Receive template for GeoNetworking Unicast Packet * @param p_destinationShortPosVec Short position vector of destination Loading Loading @@ -1056,6 +1034,25 @@ module LibItsGeoNetworking_Templates { ) } /** * @desc Receive template for GeoNetworking Broadcast Packet * @param p_sourceLongPosVec Long position vector of source * @param p_hopLimit Maximum number of hops (Default: ?) * @param p_flags Flags in the common header (Default: ?) */ template (present) GnNonSecuredPacket mw_geoNwBroadcastPacketWithHlAndFlags( in template (present) LongPosVector p_sourceLongPosVec, in template (present) UInt8 p_hopLimit := ?, in template (present) Bit8 p_flags := ? ) := { commonHeader := mw_commonHeaderWithHopLimitAndFlags( PX_GN_UPPER_LAYER, mw_geoBroadcastHeaderType, p_hopLimit, p_flags ) } /** * @desc Receive template for GeoNetworking Broadcast Packet * @param p_sourceLongPosVec Long position vector of source Loading