From 4904749890b1f2570f9197da99a07a76471e8400 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Wed, 9 Oct 2013 14:29:00 -0400 Subject: Fix package name of generated protobuf objects. --- gen/cpp/openxc.pb | 6 ++++-- gen/cpp/openxc.pb.c | 2 +- gen/cpp/openxc.pb.h | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'gen/cpp') 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_ -- cgit 1.2.3-korg