diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-10-09 14:29:00 -0400 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-07 13:18:10 -0500 |
commit | 4904749890b1f2570f9197da99a07a76471e8400 (patch) | |
tree | fcc3b28edf890f96bafb277bde19579816ec16aa /gen/cpp | |
parent | 341e0fbd06aac57ecdec5fd4802bb5175c939e1b (diff) |
Fix package name of generated protobuf objects.
Diffstat (limited to 'gen/cpp')
-rw-r--r-- | gen/cpp/openxc.pb | 6 | ||||
-rw-r--r-- | gen/cpp/openxc.pb.c | 2 | ||||
-rw-r--r-- | gen/cpp/openxc.pb.h | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/gen/cpp/openxc.pb b/gen/cpp/openxc.pb index 27548ab6..d4356e1c 100644 --- a/gen/cpp/openxc.pb +++ b/gen/cpp/openxc.pb @@ -1,5 +1,5 @@ -Â +à openxc.protoopenxc"¼ VehicleMessage) type (2.openxc.VehicleMessage.Type' @@ -22,4 +22,6 @@ message_id (
boolean_value ( string_event ( numerical_event ( -
boolean_event (
\ No newline at end of file +
boolean_event (B + +com.openxcBBinaryMessages
\ No newline at end of file diff --git a/gen/cpp/openxc.pb.c b/gen/cpp/openxc.pb.c index 5fb7d1cb..91667bf3 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.2.4-dev at Sat Oct 5 16:25:23 2013. */ +/* Generated by nanopb-0.2.4-dev at Wed Oct 9 14:26:13 2013. */ #include "openxc.pb.h" diff --git a/gen/cpp/openxc.pb.h b/gen/cpp/openxc.pb.h index f4ec09c5..d278c681 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.4-dev at Sat Oct 5 16:25:23 2013. */ +/* Generated by nanopb-0.2.4-dev at Wed Oct 9 14:26:13 2013. */ #ifndef _PB_OPENXC_PB_H_ #define _PB_OPENXC_PB_H_ |