diff options
author | dsouzahansenfrancis <hdsouza@crosschasm.com> | 2015-10-27 12:15:35 -0400 |
---|---|---|
committer | dsouzahansenfrancis <hdsouza@crosschasm.com> | 2015-10-27 12:15:35 -0400 |
commit | 98fa6bf0cd70f8fa200e3a31b28c03a8c587bfea (patch) | |
tree | 8994104e693172dd44dbb51bdb7f467474ac184c /gen/cpp/openxc.pb.h | |
parent | efdc0eb905b57a691badc6e87d9785ee83ce311e (diff) |
Added Message Pack to payload format
Diffstat (limited to 'gen/cpp/openxc.pb.h')
-rw-r--r-- | gen/cpp/openxc.pb.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 { |