Commit df8f1bd0 authored by berge's avatar berge
Browse files

Added TC_DEN_EUPD_BV_01

parent 01843e68
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -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.
+2 −2
Original line number Diff line number Diff line
@@ -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 := *
        }