Loading ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −0 Original line number Original line Diff line number Diff line Loading @@ -264,6 +264,7 @@ module LibItsGeoNetworking_Functions { // Positions & Areas // Positions & Areas vc_componentTable[0].gnComponent.start(f_getIutLongPosVector_1(v_longPosVectorIut)); // Get positions vc_componentTable[0].gnComponent.start(f_getIutLongPosVector_1(v_longPosVectorIut)); // Get positions vc_componentTable[0].gnComponent.done; vc_componentTable[0].gnComponent.done; // TODO Check value of v_longPosVectorIut after the done, seems to be reseted to dummy value f_preparePositionsAndAreas(v_positionTable, v_areaTable, v_longPosVectorIut); f_preparePositionsAndAreas(v_positionTable, v_areaTable, v_longPosVectorIut); // Initialize components // Initialize components Loading Loading
ttcn/GeoNetworking/LibItsGeoNetworking_Functions.ttcn +1 −0 Original line number Original line Diff line number Diff line Loading @@ -264,6 +264,7 @@ module LibItsGeoNetworking_Functions { // Positions & Areas // Positions & Areas vc_componentTable[0].gnComponent.start(f_getIutLongPosVector_1(v_longPosVectorIut)); // Get positions vc_componentTable[0].gnComponent.start(f_getIutLongPosVector_1(v_longPosVectorIut)); // Get positions vc_componentTable[0].gnComponent.done; vc_componentTable[0].gnComponent.done; // TODO Check value of v_longPosVectorIut after the done, seems to be reseted to dummy value f_preparePositionsAndAreas(v_positionTable, v_areaTable, v_longPosVectorIut); f_preparePositionsAndAreas(v_positionTable, v_areaTable, v_longPosVectorIut); // Initialize components // Initialize components Loading