diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-02-19 16:05:59 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-02-19 16:05:59 -0500 |
commit | a9e6edd6bc7952313997ec3cae5bfda3b2f62ee9 (patch) | |
tree | 950c27406741ecdedd58bca5b4ff6da685fb023f /gen/cpp/openxc.pb.c | |
parent | 6f4799ca62b964e5626d9b22c4d292e6bd378d57 (diff) |
Add a value field to diagnostic responses for parsed payloads.
Diffstat (limited to 'gen/cpp/openxc.pb.c')
-rw-r--r-- | gen/cpp/openxc.pb.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gen/cpp/openxc.pb.c b/gen/cpp/openxc.pb.c index 84c87c7c..d473fd3b 100644 --- a/gen/cpp/openxc.pb.c +++ b/gen/cpp/openxc.pb.c @@ -1,5 +1,5 @@ /* Automatically generated nanopb constant definitions */ -/* Generated by nanopb-0.2.5 at Fri Jan 17 16:33:23 2014. */ +/* Generated by nanopb-0.2.5 at Wed Feb 19 14:35:41 2014. */ #include "openxc.pb.h" @@ -20,7 +20,7 @@ const pb_field_t openxc_RawMessage_fields[4] = { PB_LAST_FIELD }; -const pb_field_t openxc_DiagnosticMessage_fields[8] = { +const pb_field_t openxc_DiagnosticMessage_fields[9] = { PB_FIELD2( 1, INT32 , OPTIONAL, STATIC , FIRST, openxc_DiagnosticMessage, bus, bus, 0), PB_FIELD2( 2, UINT32 , OPTIONAL, STATIC , OTHER, openxc_DiagnosticMessage, message_id, bus, 0), PB_FIELD2( 3, UINT32 , OPTIONAL, STATIC , OTHER, openxc_DiagnosticMessage, mode, message_id, 0), @@ -28,6 +28,7 @@ const pb_field_t openxc_DiagnosticMessage_fields[8] = { PB_FIELD2( 5, BOOL , OPTIONAL, STATIC , OTHER, openxc_DiagnosticMessage, success, pid, 0), PB_FIELD2( 6, UINT32 , OPTIONAL, STATIC , OTHER, openxc_DiagnosticMessage, negative_response_code, success, 0), PB_FIELD2( 7, BYTES , OPTIONAL, STATIC , OTHER, openxc_DiagnosticMessage, payload, negative_response_code, 0), + PB_FIELD2( 8, DOUBLE , OPTIONAL, STATIC , OTHER, openxc_DiagnosticMessage, value, payload, 0), PB_LAST_FIELD }; |