summaryrefslogtreecommitdiffstats
path: root/gen/cpp/openxc.pb.h
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-03-04 15:28:14 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-03-04 15:28:14 -0500
commit3e91f2023d1161432605aff4af6616a589e63b5c (patch)
tree94cf505364e5697b00ddc6827bd56ef0cf6e252c /gen/cpp/openxc.pb.h
parentd12a24040584f3202ee9428bce56e5915954ffaf (diff)
Condense string/number/bool trio into a field.
Diffstat (limited to 'gen/cpp/openxc.pb.h')
-rw-r--r--gen/cpp/openxc.pb.h73
1 files changed, 42 insertions, 31 deletions
diff --git a/gen/cpp/openxc.pb.h b/gen/cpp/openxc.pb.h
index 3363d474..e9c01935 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.2.5 at Tue Mar 4 12:52:45 2014. */
+/* Generated by nanopb-0.2.5 at Tue Mar 4 15:25:22 2014. */
#ifndef _PB_OPENXC_PB_H_
#define _PB_OPENXC_PB_H_
@@ -23,6 +23,12 @@ typedef enum _openxc_ControlCommand_Type {
openxc_ControlCommand_Type_DIAGNOSTIC = 3
} openxc_ControlCommand_Type;
+typedef enum _openxc_DynamicField_Type {
+ openxc_DynamicField_Type_STRING = 1,
+ openxc_DynamicField_Type_NUM = 2,
+ openxc_DynamicField_Type_BOOL = 3
+} openxc_DynamicField_Type;
+
typedef enum _openxc_TranslatedMessage_Type {
openxc_TranslatedMessage_Type_STRING = 1,
openxc_TranslatedMessage_Type_NUM = 2,
@@ -83,6 +89,17 @@ typedef struct _openxc_DiagnosticResponse {
double value;
} openxc_DiagnosticResponse;
+typedef struct _openxc_DynamicField {
+ bool has_type;
+ openxc_DynamicField_Type type;
+ bool has_string_value;
+ char string_value[100];
+ bool has_numeric_value;
+ double numeric_value;
+ bool has_boolean_value;
+ bool boolean_value;
+} openxc_DynamicField;
+
typedef struct {
size_t size;
uint8_t bytes[8];
@@ -97,25 +114,6 @@ typedef struct _openxc_RawMessage {
openxc_RawMessage_data_t data;
} openxc_RawMessage;
-typedef struct _openxc_TranslatedMessage {
- bool has_type;
- openxc_TranslatedMessage_Type type;
- bool has_name;
- char name[100];
- bool has_string_value;
- char string_value[100];
- bool has_numeric_value;
- double numeric_value;
- bool has_boolean_value;
- bool boolean_value;
- bool has_string_event;
- char string_event[100];
- bool has_numeric_event;
- double numeric_event;
- bool has_boolean_event;
- bool boolean_event;
-} openxc_TranslatedMessage;
-
typedef struct _openxc_ControlCommand {
bool has_type;
openxc_ControlCommand_Type type;
@@ -123,6 +121,17 @@ typedef struct _openxc_ControlCommand {
openxc_DiagnosticRequest diagnostic_request;
} openxc_ControlCommand;
+typedef struct _openxc_TranslatedMessage {
+ bool has_type;
+ openxc_TranslatedMessage_Type type;
+ bool has_name;
+ char name[100];
+ bool has_value;
+ openxc_DynamicField value;
+ bool has_event;
+ openxc_DynamicField event;
+} openxc_TranslatedMessage;
+
typedef struct _openxc_VehicleMessage {
bool has_type;
openxc_VehicleMessage_Type type;
@@ -156,19 +165,19 @@ typedef struct _openxc_VehicleMessage {
#define openxc_DiagnosticResponse_negative_response_code_tag 6
#define openxc_DiagnosticResponse_payload_tag 7
#define openxc_DiagnosticResponse_value_tag 8
+#define openxc_DynamicField_type_tag 1
+#define openxc_DynamicField_string_value_tag 2
+#define openxc_DynamicField_numeric_value_tag 3
+#define openxc_DynamicField_boolean_value_tag 4
#define openxc_RawMessage_bus_tag 1
#define openxc_RawMessage_message_id_tag 2
#define openxc_RawMessage_data_tag 3
-#define openxc_TranslatedMessage_type_tag 1
-#define openxc_TranslatedMessage_name_tag 2
-#define openxc_TranslatedMessage_string_value_tag 3
-#define openxc_TranslatedMessage_numeric_value_tag 4
-#define openxc_TranslatedMessage_boolean_value_tag 5
-#define openxc_TranslatedMessage_string_event_tag 6
-#define openxc_TranslatedMessage_numeric_event_tag 7
-#define openxc_TranslatedMessage_boolean_event_tag 8
#define openxc_ControlCommand_type_tag 1
#define openxc_ControlCommand_diagnostic_request_tag 2
+#define openxc_TranslatedMessage_type_tag 1
+#define openxc_TranslatedMessage_name_tag 2
+#define openxc_TranslatedMessage_value_tag 3
+#define openxc_TranslatedMessage_event_tag 4
#define openxc_VehicleMessage_type_tag 1
#define openxc_VehicleMessage_raw_message_tag 2
#define openxc_VehicleMessage_translated_message_tag 3
@@ -181,15 +190,17 @@ extern const pb_field_t openxc_RawMessage_fields[4];
extern const pb_field_t openxc_ControlCommand_fields[3];
extern const pb_field_t openxc_DiagnosticRequest_fields[10];
extern const pb_field_t openxc_DiagnosticResponse_fields[9];
-extern const pb_field_t openxc_TranslatedMessage_fields[9];
+extern const pb_field_t openxc_DynamicField_fields[5];
+extern const pb_field_t openxc_TranslatedMessage_fields[5];
/* Maximum encoded size of messages (where known) */
-#define openxc_VehicleMessage_size 508
+#define openxc_VehicleMessage_size 524
#define openxc_RawMessage_size 27
#define openxc_ControlCommand_size 76
#define openxc_DiagnosticRequest_size 68
#define openxc_DiagnosticResponse_size 56
-#define openxc_TranslatedMessage_size 334
+#define openxc_DynamicField_size 119
+#define openxc_TranslatedMessage_size 350
#ifdef __cplusplus
} /* extern "C" */