Commit cdf73ead authored by tepelmann's avatar tepelmann
Browse files

Improved handling of offset values TC_CAM_MSD_INA_BV_01_xx.

Corrected AccelerationControl templates.
parent 19464dc3
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -592,7 +592,7 @@ module LibItsCam_Templates {
        /**
        /**
         * @desc  Receive template for acceleration control with collision warning active off
         * @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
         * @desc  Receive template for acceleration control with adaptive cruise control active on
@@ -602,7 +602,7 @@ module LibItsCam_Templates {
        /**
        /**
         * @desc  Receive template for acceleration control with adaptive cruise control active off
         * @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
         * @desc  Receive template for acceleration control with cruise control active on
@@ -612,7 +612,7 @@ module LibItsCam_Templates {
        /**
        /**
         * @desc  Receive template for acceleration control with cruise control active off
         * @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
         * @desc  Receive template for acceleration control with speed limiter active on