aboutsummaryrefslogtreecommitdiffstats
path: root/openxc.proto
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2013-10-09 14:29:00 -0400
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-07 13:18:10 -0500
commit4904749890b1f2570f9197da99a07a76471e8400 (patch)
treefcc3b28edf890f96bafb277bde19579816ec16aa /openxc.proto
parent341e0fbd06aac57ecdec5fd4802bb5175c939e1b (diff)
Fix package name of generated protobuf objects.
Diffstat (limited to 'openxc.proto')
-rw-r--r--openxc.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/openxc.proto b/openxc.proto
index b3dd3bad..9f9046eb 100644
--- a/openxc.proto
+++ b/openxc.proto
@@ -1,5 +1,8 @@
package openxc;
+option java_package = "com.openxc";
+option java_outer_classname = "BinaryMessages";
+
message VehicleMessage {
enum Type { RAW = 1; TRANSLATED = 2; }