Loading ttcn/CAM/LibItsCam_Templates.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -122,8 +122,8 @@ module LibItsCam_Templates { * @desc Change the position in the direction of the current heading * @param p_offset Offset to the current position in meter */ template (value) UtCamTrigger m_changePosition(UtChangePosition p_changePosition) := { changePosition := p_changePosition template (value) UtCamTrigger m_changePosition(UtChangePosition p_offset) := { changePosition := p_offset } /** Loading Loading
ttcn/CAM/LibItsCam_Templates.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -122,8 +122,8 @@ module LibItsCam_Templates { * @desc Change the position in the direction of the current heading * @param p_offset Offset to the current position in meter */ template (value) UtCamTrigger m_changePosition(UtChangePosition p_changePosition) := { changePosition := p_changePosition template (value) UtCamTrigger m_changePosition(UtChangePosition p_offset) := { changePosition := p_offset } /** Loading