summaryrefslogtreecommitdiffstats
path: root/gen/cpp
diff options
context:
space:
mode:
authordsouzahansenfrancis <hdsouza@crosschasm.com>2015-10-27 12:15:35 -0400
committerdsouzahansenfrancis <hdsouza@crosschasm.com>2015-10-27 12:15:35 -0400
commit98fa6bf0cd70f8fa200e3a31b28c03a8c587bfea (patch)
tree8994104e693172dd44dbb51bdb7f467474ac184c /gen/cpp
parentefdc0eb905b57a691badc6e87d9785ee83ce311e (diff)
Added Message Pack to payload format
Diffstat (limited to 'gen/cpp')
-rw-r--r--gen/cpp/openxc.pbbin3304 -> 3322 bytes
-rw-r--r--gen/cpp/openxc.pb.c2
-rw-r--r--gen/cpp/openxc.pb.h5
3 files changed, 4 insertions, 3 deletions
diff --git a/gen/cpp/openxc.pb b/gen/cpp/openxc.pb
index 28afa0b9..ff526e11 100644
--- a/gen/cpp/openxc.pb
+++ b/gen/cpp/openxc.pb
Binary files differ
diff --git a/gen/cpp/openxc.pb.c b/gen/cpp/openxc.pb.c
index ed4609db..db740c05 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 Tue Dec 2 03:06:57 2014. */
+/* Generated by nanopb-0.3.1 at Tue Oct 27 16:15:02 2015. */
#include "openxc.pb.h"
diff --git a/gen/cpp/openxc.pb.h b/gen/cpp/openxc.pb.h
index 2975d4d9..df7c3126 100644
--- a/gen/cpp/openxc.pb.h
+++ b/gen/cpp/openxc.pb.h
@@ -1,5 +1,5 @@
/* Automatically generated nanopb header */
-/* Generated by nanopb-0.3.1 at Tue Dec 2 03:06:57 2014. */
+/* Generated by nanopb-0.3.1 at Tue Oct 27 16:15:02 2015. */
#ifndef PB_OPENXC_PB_H_INCLUDED
#define PB_OPENXC_PB_H_INCLUDED
@@ -45,7 +45,8 @@ typedef enum _openxc_DiagnosticControlCommand_Action {
typedef enum _openxc_PayloadFormatCommand_PayloadFormat {
openxc_PayloadFormatCommand_PayloadFormat_JSON = 1,
- openxc_PayloadFormatCommand_PayloadFormat_PROTOBUF = 2
+ openxc_PayloadFormatCommand_PayloadFormat_PROTOBUF = 2,
+ openxc_PayloadFormatCommand_PayloadFormat_MESSAGEPACK = 3
} openxc_PayloadFormatCommand_PayloadFormat;
typedef enum _openxc_NetworkOperatorSettings_OperatorSelectMode {