Loading ttcn/Common/LibItsCommon_Functions.ttcn +1 −13 Original line number Diff line number Diff line Loading @@ -156,19 +156,7 @@ module LibItsCommon_Functions { */ function f_getTsCurrentPosition() return ReferencePosition { // TODO: correct values required var ReferencePosition v_referencePosition := { longitude := {hemisphere := east, degree := 0}, latitude := {hemisphere := north, degree := 0}, elevation := 0, heading := omit, streetName := omit, positionConfidence := omit, elevationConfidence := omit, roadSegmentID :=0 } return v_referencePosition; return PX_TS_POSITION; } // end f_getTsCurrentPosition Loading ttcn/Common/LibItsCommon_Pixits.ttcn +14 −0 Original line number Diff line number Diff line Loading @@ -15,4 +15,18 @@ module LibItsCommon_Pixits { */ modulepar StationID PX_TESTER_STATION_ID := 111111; /** * @desc The position of the tester. */ modulepar ReferencePosition PX_TS_POSITION := { longitude := {hemisphere := east, degree := 0}, latitude := {hemisphere := north, degree := 0}, elevation := 0, heading := omit, streetName := omit, positionConfidence := omit, elevationConfidence := omit, roadSegmentID :=0 } } // end LibItsCommon_Pixits No newline at end of file Loading
ttcn/Common/LibItsCommon_Functions.ttcn +1 −13 Original line number Diff line number Diff line Loading @@ -156,19 +156,7 @@ module LibItsCommon_Functions { */ function f_getTsCurrentPosition() return ReferencePosition { // TODO: correct values required var ReferencePosition v_referencePosition := { longitude := {hemisphere := east, degree := 0}, latitude := {hemisphere := north, degree := 0}, elevation := 0, heading := omit, streetName := omit, positionConfidence := omit, elevationConfidence := omit, roadSegmentID :=0 } return v_referencePosition; return PX_TS_POSITION; } // end f_getTsCurrentPosition Loading
ttcn/Common/LibItsCommon_Pixits.ttcn +14 −0 Original line number Diff line number Diff line Loading @@ -15,4 +15,18 @@ module LibItsCommon_Pixits { */ modulepar StationID PX_TESTER_STATION_ID := 111111; /** * @desc The position of the tester. */ modulepar ReferencePosition PX_TS_POSITION := { longitude := {hemisphere := east, degree := 0}, latitude := {hemisphere := north, degree := 0}, elevation := 0, heading := omit, streetName := omit, positionConfidence := omit, elevationConfidence := omit, roadSegmentID :=0 } } // end LibItsCommon_Pixits No newline at end of file