diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-03-06 17:01:46 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-03-06 17:01:46 -0500 |
commit | 99f01a6d6da8012c297e2e7ccb2b8eaa69a9c4d1 (patch) | |
tree | fb8c971fbdd4a50ac4bd2610302305bf78445b67 /openxc.options | |
parent | 3e91f2023d1161432605aff4af6616a589e63b5c (diff) |
Add CommandResponse type to VehicleMessage (from VI to host).
Diffstat (limited to 'openxc.options')
-rw-r--r-- | openxc.options | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openxc.options b/openxc.options index 92b8f5b7..fb9be627 100644 --- a/openxc.options +++ b/openxc.options @@ -1,5 +1,6 @@ openxc.TranslatedMessage.name max_size:100 openxc.DynamicField.string_value max_size:100 +openxc.CommandResponse.message max_size:128 openxc.DiagnosticResponse.payload max_size:8 openxc.DiagnosticRequest.payload max_size:8 openxc.RawMessage.data max_size:8 |