diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 10:24:05 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 10:24:05 +0000 |
commit | 32e25cbca210a359b09768537b6f443fe90a3070 (patch) | |
tree | 3309794c15d8a8f8e9c1c08cad072ee1378813ba /libs/openxc-message-format/openxc.options | |
parent | 76c43dec62b2e21cd6446360c00d4fe6b437533f (diff) |
Separation Generator to a dedicated repo
Change-Id: Id94831651c3266861435272a6e36c7884bef2c45
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'libs/openxc-message-format/openxc.options')
-rw-r--r-- | libs/openxc-message-format/openxc.options | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/openxc-message-format/openxc.options b/libs/openxc-message-format/openxc.options new file mode 100644 index 00000000..53726fc4 --- /dev/null +++ b/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 |