diff options
author | dsouzahansenfrancis <hdsouza@crosschasm.com> | 2015-12-11 11:01:06 -0500 |
---|---|---|
committer | dsouzahansenfrancis <hdsouza@crosschasm.com> | 2015-12-11 11:01:06 -0500 |
commit | 8987262fa7e8510030d11e42edb4128868a6e81c (patch) | |
tree | 7e41cd3d41f07785e4781ae1dda68671853b68fa /openxc.proto | |
parent | c40cf500680b4907d74c2a1c0705a3dbf99569fe (diff) |
added support for timestamp to vehicle messages
Diffstat (limited to 'openxc.proto')
-rw-r--r-- | openxc.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openxc.proto b/openxc.proto index 7653212c..6d41325b 100644 --- a/openxc.proto +++ b/openxc.proto @@ -13,7 +13,7 @@ message VehicleMessage { optional DiagnosticResponse diagnostic_response = 4; optional ControlCommand control_command = 5; optional CommandResponse command_response = 6; - optional uint32 uptime = 7; + optional uint64 timestamp = 7; } message CanMessage { |