Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +15 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,21 @@ module LibItsGeoNetworking_Functions { return v_return; } /** * @desc Invokes the MNGT upper layer sending GN-MGMT.response primitive to the IUT<br> * and returning the LongPositionVector value used in the primitive * @remark none * @param none * @return LongPosVector */ function f_getLpvWithGnMngtPrimtive() return LongPosVector { var LongPosVector v_return; // TODO return v_return; } } // end geoPositionFunctions group geoAltsteps { Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +15 −0 Original line number Diff line number Diff line Loading @@ -353,6 +353,21 @@ module LibItsGeoNetworking_Functions { return v_return; } /** * @desc Invokes the MNGT upper layer sending GN-MGMT.response primitive to the IUT<br> * and returning the LongPositionVector value used in the primitive * @remark none * @param none * @return LongPosVector */ function f_getLpvWithGnMngtPrimtive() return LongPosVector { var LongPosVector v_return; // TODO return v_return; } } // end geoPositionFunctions group geoAltsteps { Loading