Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +15 −0 Original line number Original line Diff line number Diff line Loading @@ -324,6 +324,21 @@ module LibItsGeoNetworking_Functions { var LongPosVector v_return; var LongPosVector v_return; // TODO // TODO return v_return; } /** * @desc Gives the IUT position within the minimum update frequency of local position vector (LPV) in ms * @see PICS_GN_MINIMUM_UPDATE_FREQUENCY_LPV */ function f_getPositionWithinMinUpdateFreq( in PositionTable p_positionTable, in charstring p_positionKey) return LongPosVector { var LongPosVector v_return; // TODO return v_return; return v_return; } } Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +15 −0 Original line number Original line Diff line number Diff line Loading @@ -324,6 +324,21 @@ module LibItsGeoNetworking_Functions { var LongPosVector v_return; var LongPosVector v_return; // TODO // TODO return v_return; } /** * @desc Gives the IUT position within the minimum update frequency of local position vector (LPV) in ms * @see PICS_GN_MINIMUM_UPDATE_FREQUENCY_LPV */ function f_getPositionWithinMinUpdateFreq( in PositionTable p_positionTable, in charstring p_positionKey) return LongPosVector { var LongPosVector v_return; // TODO return v_return; return v_return; } } Loading