Loading ttcn/DENM/LibItsDenm_Functions.ttcn +18 −1 Original line number Diff line number Diff line Loading @@ -241,6 +241,23 @@ module LibItsDenm_Functions { return v_ret; } /** * @desc Triggers update of event's expiration time * @param p_event The event cause and subcause. * @param p_expirationTime The new expiration time. * @return */ function f_triggerEventExpirationTimeUpdate( template (value) Situation p_event, template (value) TimeStamp p_expirationTime ) runs on ItsFa return FncRetCode { var FncRetCode v_ret := e_success; //TODO raise action or send message via port return v_ret; } /** * @desc Triggers event with additional Event Characteristics information field included from the application layer * @param p_event The event cause and subcause. Loading ttcn/DENM/LibItsDenm_Templates.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ module LibItsDenm_Templates { linkedCause := omit, severity := p_sev, eventCharact := omit, commonParameters := omit, vehicleCommonParameters := omit, profile := omit } Loading @@ -179,7 +179,7 @@ module LibItsDenm_Templates { linkedCause := *, severity := ?, eventCharact := *, commonParameters := *, vehicleCommonParameters := *, profile := * } Loading Loading
ttcn/DENM/LibItsDenm_Functions.ttcn +18 −1 Original line number Diff line number Diff line Loading @@ -241,6 +241,23 @@ module LibItsDenm_Functions { return v_ret; } /** * @desc Triggers update of event's expiration time * @param p_event The event cause and subcause. * @param p_expirationTime The new expiration time. * @return */ function f_triggerEventExpirationTimeUpdate( template (value) Situation p_event, template (value) TimeStamp p_expirationTime ) runs on ItsFa return FncRetCode { var FncRetCode v_ret := e_success; //TODO raise action or send message via port return v_ret; } /** * @desc Triggers event with additional Event Characteristics information field included from the application layer * @param p_event The event cause and subcause. Loading
ttcn/DENM/LibItsDenm_Templates.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ module LibItsDenm_Templates { linkedCause := omit, severity := p_sev, eventCharact := omit, commonParameters := omit, vehicleCommonParameters := omit, profile := omit } Loading @@ -179,7 +179,7 @@ module LibItsDenm_Templates { linkedCause := *, severity := ?, eventCharact := *, commonParameters := *, vehicleCommonParameters := *, profile := * } Loading