X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=openxc.proto;h=6d41325b4694c7d5f0d6be11bd76852ea2673ec7;hb=8987262fa7e8510030d11e42edb4128868a6e81c;hp=ec355e9b4cbe81eb68d7f48a2178653cece4d4b1;hpb=33fa90a198a01427777a0e600270fa80f5bf7828;p=apps%2Fagl-service-can-low-level.git diff --git a/openxc.proto b/openxc.proto index ec355e9b..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 { @@ -38,6 +38,7 @@ message ControlCommand { PREDEFINED_OBD2_REQUESTS = 7; MODEM_CONFIGURATION = 8; RTC_CONFIGURATION = 9; + SD_MOUNT_STATUS = 10; } optional Type type = 1;