Loading ttcn/CAM/LibItsCam_Templates.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -592,7 +592,7 @@ module LibItsCam_Templates { /** * @desc Receive template for acceleration control with collision warning active off */ template AccelerationControl mw_collisionWarningActive_Off := '???1*'B length(7); template AccelerationControl mw_collisionWarningActive_Off := '???0*'B length(7); /** * @desc Receive template for acceleration control with adaptive cruise control active on Loading @@ -602,7 +602,7 @@ module LibItsCam_Templates { /** * @desc Receive template for acceleration control with adaptive cruise control active off */ template AccelerationControl mw_accActive_Off := '????1*'B length(7); template AccelerationControl mw_accActive_Off := '????0*'B length(7); /** * @desc Receive template for acceleration control with cruise control active on Loading @@ -612,7 +612,7 @@ module LibItsCam_Templates { /** * @desc Receive template for acceleration control with cruise control active off */ template AccelerationControl mw_cruiseControl_Off := '?????1*'B length(7); template AccelerationControl mw_cruiseControl_Off := '?????0*'B length(7); /** * @desc Receive template for acceleration control with speed limiter active on Loading Loading
ttcn/CAM/LibItsCam_Templates.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -592,7 +592,7 @@ module LibItsCam_Templates { /** * @desc Receive template for acceleration control with collision warning active off */ template AccelerationControl mw_collisionWarningActive_Off := '???1*'B length(7); template AccelerationControl mw_collisionWarningActive_Off := '???0*'B length(7); /** * @desc Receive template for acceleration control with adaptive cruise control active on Loading @@ -602,7 +602,7 @@ module LibItsCam_Templates { /** * @desc Receive template for acceleration control with adaptive cruise control active off */ template AccelerationControl mw_accActive_Off := '????1*'B length(7); template AccelerationControl mw_accActive_Off := '????0*'B length(7); /** * @desc Receive template for acceleration control with cruise control active on Loading @@ -612,7 +612,7 @@ module LibItsCam_Templates { /** * @desc Receive template for acceleration control with cruise control active off */ template AccelerationControl mw_cruiseControl_Off := '?????1*'B length(7); template AccelerationControl mw_cruiseControl_Off := '?????0*'B length(7); /** * @desc Receive template for acceleration control with speed limiter active on Loading