Skip to content
Snippets Groups Projects
Commit df8f1bd0 authored by berge's avatar berge
Browse files

Added TC_DEN_EUPD_BV_01

parent 01843e68
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,24 @@ 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.
......
......@@ -169,7 +169,7 @@ module LibItsDenm_Templates {
linkedCause := omit,
severity := p_sev,
eventCharact := omit,
commonParameters := omit,
vehicleCommonParameters := omit,
profile := omit
}
......@@ -179,7 +179,7 @@ module LibItsDenm_Templates {
linkedCause := *,
severity := ?,
eventCharact := *,
commonParameters := *,
vehicleCommonParameters := *,
profile := *
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment