Commit 172d1cb4 authored by garciay's avatar garciay
Browse files

For TestCastT3, need to add 'encode (changeCurvature) "UpperTester"' on...

For TestCastT3, need to add 'encode (changeCurvature) "UpperTester"' on UtxxxTrigger. It does not change TTWB decoding behavior
            
parent 314c2c06
......@@ -659,8 +659,8 @@ module LibItsCam_Templates {
},
specialVehicleContainer := {
specialTransportContainer := {
specialTransportType := '1000'B length(4), // heavyLoad
lightBarSirenInUse := '11'B length(2) // siren and lightBar
specialTransportType := '1000'B/* length(4)*/, // heavyLoad
lightBarSirenInUse := '11'B/* length(2)*/ // siren and lightBar
}
}
}
......
......@@ -89,6 +89,20 @@ module LibItsCam_TypesAndValues {
PtActivation setPtActivation,
DangerousGoodsBasic setDangerousGoods,
LightBarSirenInUse setLightBarSirene
} with { // Required for TcT3, does not change TTWB decoding
encode (changeCurvature) "UpperTester";
encode (changeSpeed) "UpperTester";
encode (setAccelerationControlStatus) "UpperTester";
encode (setExteriorLightsStatus) "UpperTester";
encode (changeHeading) "UpperTester";
encode (setDriveDirection) "UpperTester";
encode (changeYawRate) "UpperTester";
encode (setStationType) "UpperTester";
encode (setVehicleRole) "UpperTester";
encode (setEmbarkationStatus) "UpperTester";
encode (setPtActivation) "UpperTester";
encode (setDangerousGoods) "UpperTester";
encode (setLightBarSirene) "UpperTester"
}
/**
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment