aboutsummaryrefslogtreecommitdiffstats
path: root/examples/agl-vcar/signals.json
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-12-03 16:07:49 -0500
committerScott Murray <scott.murray@konsulko.com>2019-12-03 22:06:08 +0000
commit6af1b5e243df2333a9ecdedf9c9ba23a3619de58 (patch)
tree8f3a57d811737f36220b225e7b3c0455da3e72c3 /examples/agl-vcar/signals.json
parent42163fc4757fa2bb4a8fba54afb8a092ccd0878d (diff)
Update steering wheel LIN message definition
The steering wheel LIN message does not work in low-can after it has been updated to include commit "Update function rx_filter_can for multi frame prevision." (59bffa4 in master, a41ee0d in halibut), due to the length value now being required in the message definition. The length has been added to the definition for agl-vcar and the application-generated.cpp files regenerated. As well, the new J1939 and FD flags have been added to the message definition for consistency. Bug-AGL: SPEC-2951 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ice079268827dfbb2bf2c79b6c5e897dcab8fc433
Diffstat (limited to 'examples/agl-vcar/signals.json')
-rw-r--r--examples/agl-vcar/signals.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/agl-vcar/signals.json b/examples/agl-vcar/signals.json
index 51bf1607..45aefd68 100644
--- a/examples/agl-vcar/signals.json
+++ b/examples/agl-vcar/signals.json
@@ -216,6 +216,10 @@
},
"0x21": {
"bus": "ls",
+ "is_fd" : false,
+ "is_extended": false,
+ "is_j1939" : false,
+ "length" : 8,
"signals": {
"SW_Previous": {
"generic_name": "steering_wheel.previous",