Loading ttcn/CAM/LibItsCam_Functions.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -121,7 +121,7 @@ module LibItsCam_Functions { * @param p_event The event to check. * @param p_event The event to check. * @return * @return */ */ function f_utCheckEvent(template (value) UtCamEvent p_event) runs on ItsFa return FncRetCode { function f_utCheckEvent(template (value) CamPdu p_event) runs on ItsFa return FncRetCode { var FncRetCode v_ret := e_success; var FncRetCode v_ret := e_success; var template (value) UtCamCheck v_utMsg := { p_event }; var template (value) UtCamCheck v_utMsg := { p_event }; Loading ttcn/CAM/LibItsCam_Templates.ttcn +0 −8 Original line number Original line Diff line number Diff line Loading @@ -157,14 +157,6 @@ module LibItsCam_Templates { setExteriorLightsStatus := p_status setExteriorLightsStatus := p_status } } /** * @desc Check the receipt of a message at the LDM * @param p_message The message to check */ template (value) UtCamEvent m_checkLdmReceipt(CamPdu p_message) := { checkLdmReceipt := p_message } } // end utPrimitives } // end utPrimitives } // end group Primitives } // end group Primitives Loading ttcn/CAM/LibItsCam_TypesAndValues.ttcn +2 −3 Original line number Original line Diff line number Diff line Loading @@ -72,7 +72,7 @@ module LibItsCam_TypesAndValues { } } type record UtCamCheck { type record UtCamCheck { UtCamEvent utEvent CamPdu utEvent } } type boolean UtCamResult; type boolean UtCamResult; Loading @@ -94,8 +94,7 @@ module LibItsCam_TypesAndValues { Priority setTrafficLightPriority, Priority setTrafficLightPriority, ScheduleDeviation setScheduleDeviation, ScheduleDeviation setScheduleDeviation, PTLineDescription setPtLineDescription, PTLineDescription setPtLineDescription, ExteriorLights setExteriorLightsStatus, ExteriorLights setExteriorLightsStatus CamPdu checkLdmReceipt } } } // end utPrimitives } // end utPrimitives Loading Loading
ttcn/CAM/LibItsCam_Functions.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -121,7 +121,7 @@ module LibItsCam_Functions { * @param p_event The event to check. * @param p_event The event to check. * @return * @return */ */ function f_utCheckEvent(template (value) UtCamEvent p_event) runs on ItsFa return FncRetCode { function f_utCheckEvent(template (value) CamPdu p_event) runs on ItsFa return FncRetCode { var FncRetCode v_ret := e_success; var FncRetCode v_ret := e_success; var template (value) UtCamCheck v_utMsg := { p_event }; var template (value) UtCamCheck v_utMsg := { p_event }; Loading
ttcn/CAM/LibItsCam_Templates.ttcn +0 −8 Original line number Original line Diff line number Diff line Loading @@ -157,14 +157,6 @@ module LibItsCam_Templates { setExteriorLightsStatus := p_status setExteriorLightsStatus := p_status } } /** * @desc Check the receipt of a message at the LDM * @param p_message The message to check */ template (value) UtCamEvent m_checkLdmReceipt(CamPdu p_message) := { checkLdmReceipt := p_message } } // end utPrimitives } // end utPrimitives } // end group Primitives } // end group Primitives Loading
ttcn/CAM/LibItsCam_TypesAndValues.ttcn +2 −3 Original line number Original line Diff line number Diff line Loading @@ -72,7 +72,7 @@ module LibItsCam_TypesAndValues { } } type record UtCamCheck { type record UtCamCheck { UtCamEvent utEvent CamPdu utEvent } } type boolean UtCamResult; type boolean UtCamResult; Loading @@ -94,8 +94,7 @@ module LibItsCam_TypesAndValues { Priority setTrafficLightPriority, Priority setTrafficLightPriority, ScheduleDeviation setScheduleDeviation, ScheduleDeviation setScheduleDeviation, PTLineDescription setPtLineDescription, PTLineDescription setPtLineDescription, ExteriorLights setExteriorLightsStatus, ExteriorLights setExteriorLightsStatus CamPdu checkLdmReceipt } } } // end utPrimitives } // end utPrimitives Loading