Merge pull request #27 from openxc/messagepackadditions
[apps/agl-service-can-low-level.git] / gen / cpp / openxc.pb.h
index c15a32b..11386e3 100644 (file)
@@ -1,5 +1,5 @@
 /* Automatically generated nanopb header */
-/* Generated by nanopb-0.3.1 at Thu Nov 26 21:21:48 2015. */
+/* Generated by nanopb-0.3.1 at Mon Feb 29 19:42:01 2016. */
 
 #ifndef PB_OPENXC_PB_H_INCLUDED
 #define PB_OPENXC_PB_H_INCLUDED
@@ -266,8 +266,8 @@ typedef struct _openxc_VehicleMessage {
     openxc_ControlCommand control_command;
     bool has_command_response;
     openxc_CommandResponse command_response;
-    bool has_uptime;
-    uint32_t uptime;
+    bool has_timestamp;
+    uint64_t timestamp;
 } openxc_VehicleMessage;
 
 /* Default values for struct fields */
@@ -378,7 +378,7 @@ typedef struct _openxc_VehicleMessage {
 #define openxc_VehicleMessage_diagnostic_response_tag 4
 #define openxc_VehicleMessage_control_command_tag 5
 #define openxc_VehicleMessage_command_response_tag 6
-#define openxc_VehicleMessage_uptime_tag         7
+#define openxc_VehicleMessage_timestamp_tag      7
 
 /* Struct field encoding specification for nanopb */
 extern const pb_field_t openxc_VehicleMessage_fields[8];