Switch raw data field to uint64 to fit all values and update benchmark.
[apps/low-level-can-service.git] / gen / cpp / openxc.pb.h
index 8528e65..f4ec09c 100644 (file)
@@ -1,5 +1,5 @@
 /* Automatically generated nanopb header */
-/* Generated by nanopb-0.2.4-dev at Fri Oct  4 19:24:10 2013. */
+/* Generated by nanopb-0.2.4-dev at Sat Oct  5 16:25:23 2013. */
 
 #ifndef _PB_OPENXC_PB_H_
 #define _PB_OPENXC_PB_H_
@@ -22,7 +22,7 @@ typedef struct _openxc_RawMessage {
     bool has_message_id;
     uint32_t message_id;
     bool has_data;
-    int64_t data;
+    uint64_t data;
 } openxc_RawMessage;
 
 typedef struct _openxc_TranslatedMessage {