Loading ttcn/DENM/LibItsDenm_Functions.ttcn +2 −8 Original line number Diff line number Diff line Loading @@ -254,14 +254,8 @@ module LibItsDenm_Functions { group iutGetFunctions { } // end iutGetFunctions group testerGetFunctions { /** * @desc Gets the station identifier of IUT. * @desc Gets IUT's default event duration * @return */ function f_getIutDefaultEventDuration() return TimeStamp { Loading @@ -272,7 +266,7 @@ module LibItsDenm_Functions { return v_iutDefaultEventDuration; } } // end testerGetFunctions } // end iutGetFunctions } // end group getFunctions Loading ttcn/DENM/LibItsDenm_Templates.ttcn +4 −0 Original line number Diff line number Diff line Loading @@ -538,6 +538,10 @@ module LibItsDenm_Templates { locationRef := p_locationRef } /** * @desc Send template for event position * @param p_referencePosition Reference position of the event */ template (value) DecentralizedSituationLocation.eventPosition m_eventPosition ( template (value) ReferencePosition p_referencePosition ) := { Loading Loading
ttcn/DENM/LibItsDenm_Functions.ttcn +2 −8 Original line number Diff line number Diff line Loading @@ -254,14 +254,8 @@ module LibItsDenm_Functions { group iutGetFunctions { } // end iutGetFunctions group testerGetFunctions { /** * @desc Gets the station identifier of IUT. * @desc Gets IUT's default event duration * @return */ function f_getIutDefaultEventDuration() return TimeStamp { Loading @@ -272,7 +266,7 @@ module LibItsDenm_Functions { return v_iutDefaultEventDuration; } } // end testerGetFunctions } // end iutGetFunctions } // end group getFunctions Loading
ttcn/DENM/LibItsDenm_Templates.ttcn +4 −0 Original line number Diff line number Diff line Loading @@ -538,6 +538,10 @@ module LibItsDenm_Templates { locationRef := p_locationRef } /** * @desc Send template for event position * @param p_referencePosition Reference position of the event */ template (value) DecentralizedSituationLocation.eventPosition m_eventPosition ( template (value) ReferencePosition p_referencePosition ) := { Loading