Loading ttcn/CAM/LibItsCam_Templates.ttcn +8 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,14 @@ module LibItsCam_Templates { changeYawRate := p_offset } /** * @desc Set the vehicle role * @param p_vehicleRole The vehicle role */ template (value) UtCamTrigger m_setVehicleRole(VehicleRole p_vehicleRole) := { setVehicleRole := p_vehicleRole } /** * @desc Change the position in the direction of the current heading * @param p_offset Offset to the current position in meter Loading Loading
ttcn/CAM/LibItsCam_Templates.ttcn +8 −0 Original line number Diff line number Diff line Loading @@ -102,6 +102,14 @@ module LibItsCam_Templates { changeYawRate := p_offset } /** * @desc Set the vehicle role * @param p_vehicleRole The vehicle role */ template (value) UtCamTrigger m_setVehicleRole(VehicleRole p_vehicleRole) := { setVehicleRole := p_vehicleRole } /** * @desc Change the position in the direction of the current heading * @param p_offset Offset to the current position in meter Loading