diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-02 17:51:38 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-02 17:51:38 +0200 |
commit | 12e680a3c97a2750c657a8c561a79706f3689149 (patch) | |
tree | 8f2f75f1b0bbf0a5321418c669cc5f53b65a220b /CAN-binder/libs/openxc-message-format/openxc.options | |
parent | f44a5b1549bc4c8a84d0dedf4a8b1e4220a34f42 (diff) | |
parent | d9f54f97578429773421abce98d5f6579717afcc (diff) |
Add 'CAN-binder/libs/openxc-message-format/' from commit 'd9f54f97578429773421abce98d5f6579717afcc'
git-subtree-dir: CAN-binder/libs/openxc-message-format
git-subtree-mainline: f44a5b1549bc4c8a84d0dedf4a8b1e4220a34f42
git-subtree-split: d9f54f97578429773421abce98d5f6579717afcc
Diffstat (limited to 'CAN-binder/libs/openxc-message-format/openxc.options')
-rw-r--r-- | CAN-binder/libs/openxc-message-format/openxc.options | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CAN-binder/libs/openxc-message-format/openxc.options b/CAN-binder/libs/openxc-message-format/openxc.options new file mode 100644 index 00000000..53726fc4 --- /dev/null +++ b/CAN-binder/libs/openxc-message-format/openxc.options @@ -0,0 +1,10 @@ +openxc.SimpleMessage.name max_size:100 +openxc.DynamicField.string_value max_size:100 +openxc.CommandResponse.message max_size:128 +openxc.DiagnosticResponse.payload max_size:255 +openxc.DiagnosticRequest.name max_size:10 +openxc.DiagnosticRequest.payload max_size:8 +openxc.CanMessage.data max_size:8 + +openxc.ServerConnectSettings.host max_size:128 +openxc.NetworkDataSettings.apn max_size:64 |