Loading ttcn/CAM/LibItsCam_Templates.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ module LibItsCam_Templates { } /** * @desc Change the position * @desc Change the position in the direction of the current heading * @param p_offset Offset to the current position */ template (value) UtCamEvent m_changePosition(integer p_offset) := { Loading ttcn/CAM/LibItsCam_TypesAndValues.ttcn +34 −0 Original line number Diff line number Diff line Loading @@ -67,19 +67,53 @@ module LibItsCam_TypesAndValues { group utPrimitives { /** * @desc Trigger to initialize the IUT. */ type record UtCamInitialize { } /** * @desc Trigger the given event at the application layer of the IUT. * @member utEvent */ type record UtCamTrigger { UtCamEvent utEvent } /** * @desc Check the given event at the application layer of the IUT. * @member utEvent */ type record UtCamCheck { CamPdu utEvent } /** * @desc The result of the checked event at the application layer */ type boolean UtCamResult; /** * @desc Events at the application layer of the IUT. * @member changeHeading Changes the heading . * @member changePosition Changes the position in the direction of the current heading in meters. * @member changeSpeed Changes the speed. * @member setCrashSignal Sets the crash signal. * @member setDangerousGoodsStatus Sets the dangerous goods status. * @member setLengthWidthPrecision Sets the length width precision. * @member setDistanceToStopLine Set the distance to the stop line. * @member setTurnAdvice Sets the turn advice. * @member changeCurvature Changes the curvature. * @member setOccupancy Sets the occupancy. * @member setDoorStatus Sets the door status. * @member setLightBarStatus Sets the light bar status. * @member setSireneStatus Sets the sirene status. * @member setTrafficLightPriority Sets the traffic light priority. * @member setScheduleDeviation Sets the schedule deviation. * @member setPtLineDescription Sets the PT line description. * @member setExteriorLightsStatus Sets the extirior lights status. */ type union UtCamEvent { Direction changeHeading, integer changePosition, Loading Loading
ttcn/CAM/LibItsCam_Templates.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ module LibItsCam_Templates { } /** * @desc Change the position * @desc Change the position in the direction of the current heading * @param p_offset Offset to the current position */ template (value) UtCamEvent m_changePosition(integer p_offset) := { Loading
ttcn/CAM/LibItsCam_TypesAndValues.ttcn +34 −0 Original line number Diff line number Diff line Loading @@ -67,19 +67,53 @@ module LibItsCam_TypesAndValues { group utPrimitives { /** * @desc Trigger to initialize the IUT. */ type record UtCamInitialize { } /** * @desc Trigger the given event at the application layer of the IUT. * @member utEvent */ type record UtCamTrigger { UtCamEvent utEvent } /** * @desc Check the given event at the application layer of the IUT. * @member utEvent */ type record UtCamCheck { CamPdu utEvent } /** * @desc The result of the checked event at the application layer */ type boolean UtCamResult; /** * @desc Events at the application layer of the IUT. * @member changeHeading Changes the heading . * @member changePosition Changes the position in the direction of the current heading in meters. * @member changeSpeed Changes the speed. * @member setCrashSignal Sets the crash signal. * @member setDangerousGoodsStatus Sets the dangerous goods status. * @member setLengthWidthPrecision Sets the length width precision. * @member setDistanceToStopLine Set the distance to the stop line. * @member setTurnAdvice Sets the turn advice. * @member changeCurvature Changes the curvature. * @member setOccupancy Sets the occupancy. * @member setDoorStatus Sets the door status. * @member setLightBarStatus Sets the light bar status. * @member setSireneStatus Sets the sirene status. * @member setTrafficLightPriority Sets the traffic light priority. * @member setScheduleDeviation Sets the schedule deviation. * @member setPtLineDescription Sets the PT line description. * @member setExteriorLightsStatus Sets the extirior lights status. */ type union UtCamEvent { Direction changeHeading, integer changePosition, Loading