aboutsummaryrefslogtreecommitdiffstats
path: root/gen/cpp/openxc.pb.c
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-08-10 22:05:11 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-08-10 22:05:11 -0400
commitfcb217ef4140319ee8557f849bbaf01ecfe92e6f (patch)
treeada4dc996fa2daccb2e30ce03234b1ccfdb62b95 /gen/cpp/openxc.pb.c
parent3cd516b8f2925e82cff666a5c98ff30de507ca39 (diff)
Add a 'status' field to command responses.
Diffstat (limited to 'gen/cpp/openxc.pb.c')
-rw-r--r--gen/cpp/openxc.pb.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gen/cpp/openxc.pb.c b/gen/cpp/openxc.pb.c
index ae44728e..e7fac5b5 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 Sun Aug 10 21:51:35 2014. */
+/* Generated by nanopb-0.2.5 at Sun Aug 10 22:03:53 2014. */
#include "openxc.pb.h"
@@ -28,9 +28,10 @@ const pb_field_t openxc_ControlCommand_fields[3] = {
PB_LAST_FIELD
};
-const pb_field_t openxc_CommandResponse_fields[3] = {
+const pb_field_t openxc_CommandResponse_fields[4] = {
PB_FIELD2( 1, ENUM , OPTIONAL, STATIC , FIRST, openxc_CommandResponse, type, type, 0),
PB_FIELD2( 2, STRING , OPTIONAL, STATIC , OTHER, openxc_CommandResponse, message, type, 0),
+ PB_FIELD2( 3, BOOL , OPTIONAL, STATIC , OTHER, openxc_CommandResponse, status, message, 0),
PB_LAST_FIELD
};