diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-02 19:49:46 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-02 19:49:46 +0200 |
commit | 7674529c84eced2a0b172811ac085a9b75fb6452 (patch) | |
tree | bc2448ee3d349627e125b16d56a365de633a0d42 /CAN-binder/low-can-binding/diagnostic/diagnostic-message.cpp | |
parent | 9ecd09263535843e287048d299ca5bdfc85d18d9 (diff) |
C++ coding style
No changes on the object so it is a const method...
Change-Id: I55b50d0d6fc0dd120f58ca56b6a68172353a5ef5
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/diagnostic/diagnostic-message.cpp')
-rw-r--r-- | CAN-binder/low-can-binding/diagnostic/diagnostic-message.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/low-can-binding/diagnostic/diagnostic-message.cpp b/CAN-binder/low-can-binding/diagnostic/diagnostic-message.cpp index dd39f88..69ca4e3 100644 --- a/CAN-binder/low-can-binding/diagnostic/diagnostic-message.cpp +++ b/CAN-binder/low-can-binding/diagnostic/diagnostic-message.cpp @@ -89,7 +89,7 @@ void diagnostic_message_t::set_parent(can_message_set_t* parent) /// @brief Build a DiagnosticRequest struct to be passed /// to diagnostic manager instance. /// -const DiagnosticRequest diagnostic_message_t::build_diagnostic_request() + const DiagnosticRequest diagnostic_message_t::build_diagnostic_request() const { return {/*arbitration_id: */OBD2_FUNCTIONAL_BROADCAST_ID, /*mode: */0x1, |