Loading ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +11 −0 Original line number Diff line number Diff line Loading @@ -723,6 +723,17 @@ module LibItsGeoNetworking_Templates { longitude := (valueof(p_shortPosVector.longitude)-PX_POS_DELTA..valueof(p_shortPosVector.longitude)+PX_POS_DELTA) } /** * @desc Receive template for short position vector without position check * @param p_shortPosVector The base short position vector */ template ShortPosVector mw_shortPosVectorPosition_anyPos( in template (value) ShortPosVector p_shortPosVector ) modifies mw_shortPosVectorPosition := { latitude := ?, longitude := ? } } // end geoNwCommonHeaderTemplates group geoUnicastHeaderTemplates { Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Templates.ttcn +11 −0 Original line number Diff line number Diff line Loading @@ -723,6 +723,17 @@ module LibItsGeoNetworking_Templates { longitude := (valueof(p_shortPosVector.longitude)-PX_POS_DELTA..valueof(p_shortPosVector.longitude)+PX_POS_DELTA) } /** * @desc Receive template for short position vector without position check * @param p_shortPosVector The base short position vector */ template ShortPosVector mw_shortPosVectorPosition_anyPos( in template (value) ShortPosVector p_shortPosVector ) modifies mw_shortPosVectorPosition := { latitude := ?, longitude := ? } } // end geoNwCommonHeaderTemplates group geoUnicastHeaderTemplates { Loading