Commit ae123951 authored by tepelmann's avatar tepelmann
Browse files

Changed handling of ut check.

parent 6534fc15
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 };
            
            
+0 −8
Original line number Original line Diff line number Diff line
@@ -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
+2 −3
Original line number Original line Diff line number Diff line
@@ -72,7 +72,7 @@ module LibItsCam_TypesAndValues {
        }
        }
        
        
        type record UtCamCheck {
        type record UtCamCheck {
            UtCamEvent utEvent
            CamPdu utEvent
        }
        }
        
        
        type boolean UtCamResult;
        type boolean UtCamResult;
@@ -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