Loading ttcn/CAM/LibItsCam_Templates.ttcn +8 −0 Original line number Original line Diff line number Diff line Loading @@ -110,6 +110,14 @@ module LibItsCam_Templates { setVehicleRole := p_vehicleRole setVehicleRole := p_vehicleRole } } /** * @desc Set the dangerous good description * @param p_dangerousGoods The dangerous good description */ template (value) UtCamTrigger m_setDangerousGoods(DangerousGoodsBasic p_dangerousGoods) := { setDangerousGoods := p_dangerousGoods } /** /** * @desc Change the position in the direction of the current heading * @desc Change the position in the direction of the current heading * @param p_offset Offset to the current position in meter * @param p_offset Offset to the current position in meter Loading Loading
ttcn/CAM/LibItsCam_Templates.ttcn +8 −0 Original line number Original line Diff line number Diff line Loading @@ -110,6 +110,14 @@ module LibItsCam_Templates { setVehicleRole := p_vehicleRole setVehicleRole := p_vehicleRole } } /** * @desc Set the dangerous good description * @param p_dangerousGoods The dangerous good description */ template (value) UtCamTrigger m_setDangerousGoods(DangerousGoodsBasic p_dangerousGoods) := { setDangerousGoods := p_dangerousGoods } /** /** * @desc Change the position in the direction of the current heading * @desc Change the position in the direction of the current heading * @param p_offset Offset to the current position in meter * @param p_offset Offset to the current position in meter Loading