aboutsummaryrefslogtreecommitdiffstats
path: root/gen/cpp/openxc.pb.c
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-10-14 14:03:14 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-10-14 14:03:23 -0400
commitac419150640dcbc1afc4bc693b9e53fa4dd8fa8d (patch)
treee9d37da9234b10cf22d0d5f3f5f9704c22502bfe /gen/cpp/openxc.pb.c
parentd17a9c7988b05e70607d1eb823fbe160d0a4c506 (diff)
Update protobuf options to use new field names.
Diffstat (limited to 'gen/cpp/openxc.pb.c')
-rw-r--r--gen/cpp/openxc.pb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gen/cpp/openxc.pb.c b/gen/cpp/openxc.pb.c
index ccde431b..6017fec4 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.3.1 at Mon Oct 6 23:25:12 2014. */
+/* Generated by nanopb-0.3.1 at Tue Oct 14 14:03:21 2014. */
#include "openxc.pb.h"
@@ -22,7 +22,7 @@ const pb_field_t openxc_VehicleMessage_fields[7] = {
const pb_field_t openxc_CanMessage_fields[5] = {
PB_FIELD( 1, INT32 , OPTIONAL, STATIC , FIRST, openxc_CanMessage, bus, bus, 0),
PB_FIELD( 2, UINT32 , OPTIONAL, STATIC , OTHER, openxc_CanMessage, message_id, bus, 0),
- PB_FIELD( 3, BYTES , OPTIONAL, CALLBACK, OTHER, openxc_CanMessage, data, message_id, 0),
+ PB_FIELD( 3, BYTES , OPTIONAL, STATIC , OTHER, openxc_CanMessage, data, message_id, 0),
PB_FIELD( 4, ENUM , OPTIONAL, STATIC , OTHER, openxc_CanMessage, frame_format, data, 0),
PB_LAST_FIELD
};
@@ -106,7 +106,7 @@ const pb_field_t openxc_DynamicField_fields[5] = {
};
const pb_field_t openxc_SimpleMessage_fields[4] = {
- PB_FIELD( 1, STRING , OPTIONAL, CALLBACK, FIRST, openxc_SimpleMessage, name, name, 0),
+ PB_FIELD( 1, STRING , OPTIONAL, STATIC , FIRST, openxc_SimpleMessage, name, name, 0),
PB_FIELD( 2, MESSAGE , OPTIONAL, STATIC , OTHER, openxc_SimpleMessage, value, name, &openxc_DynamicField_fields),
PB_FIELD( 3, MESSAGE , OPTIONAL, STATIC , OTHER, openxc_SimpleMessage, event, value, &openxc_DynamicField_fields),
PB_LAST_FIELD