diff options
author | dsouzahansenfrancis <hdsouza@crosschasm.com> | 2015-11-26 16:37:21 -0500 |
---|---|---|
committer | dsouzahansenfrancis <hdsouza@crosschasm.com> | 2015-11-26 16:37:21 -0500 |
commit | c40cf500680b4907d74c2a1c0705a3dbf99569fe (patch) | |
tree | 6bc4f1918a00c6bd50653b7190ebb4ea0cb20ddc /gen/cpp | |
parent | 33fa90a198a01427777a0e600270fa80f5bf7828 (diff) |
Added SD_MOUNT_STATUS command
Diffstat (limited to 'gen/cpp')
-rw-r--r-- | gen/cpp/openxc.pb | bin | 3459 -> 3480 bytes | |||
-rw-r--r-- | gen/cpp/openxc.pb.c | 2 | ||||
-rw-r--r-- | gen/cpp/openxc.pb.h | 5 |
3 files changed, 4 insertions, 3 deletions
diff --git a/gen/cpp/openxc.pb b/gen/cpp/openxc.pb Binary files differindex d0fb4fe4..90099e87 100644 --- a/gen/cpp/openxc.pb +++ b/gen/cpp/openxc.pb diff --git a/gen/cpp/openxc.pb.c b/gen/cpp/openxc.pb.c index 45ae65bb..1507a907 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.3.1 at Thu Nov 19 16:37:50 2015. */ +/* Generated by nanopb-0.3.1 at Thu Nov 26 21:21:48 2015. */ #include "openxc.pb.h" diff --git a/gen/cpp/openxc.pb.h b/gen/cpp/openxc.pb.h index cee33457..c15a32b7 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.3.1 at Thu Nov 19 16:37:50 2015. */ +/* Generated by nanopb-0.3.1 at Thu Nov 26 21:21:48 2015. */ #ifndef PB_OPENXC_PB_H_INCLUDED #define PB_OPENXC_PB_H_INCLUDED @@ -36,7 +36,8 @@ typedef enum _openxc_ControlCommand_Type { openxc_ControlCommand_Type_PAYLOAD_FORMAT = 6, openxc_ControlCommand_Type_PREDEFINED_OBD2_REQUESTS = 7, openxc_ControlCommand_Type_MODEM_CONFIGURATION = 8, - openxc_ControlCommand_Type_RTC_CONFIGURATION = 9 + openxc_ControlCommand_Type_RTC_CONFIGURATION = 9, + openxc_ControlCommand_Type_SD_MOUNT_STATUS = 10 } openxc_ControlCommand_Type; typedef enum _openxc_DiagnosticControlCommand_Action { |