diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-15 23:10:46 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-03-16 17:21:57 +0100 |
commit | 53cd923a034162273fea2f4fb045b28686f51df5 (patch) | |
tree | 43e9a7fbf27646d88b11d1f7281a6b2c2be255bd /src/diagnostic/diagnostic-message.hpp | |
parent | 865c6c6d6f4174c5874e4cd5136832c25a3b1198 (diff) |
Make available decoding OBD2 messages method to be use as callback.
Change the method to static 'cause it will be call from outside of the class.
Change-Id: I88dcd845559fac7892cd489cd6e8198c143ee2a8
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/diagnostic/diagnostic-message.hpp')
-rw-r--r-- | src/diagnostic/diagnostic-message.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/diagnostic/diagnostic-message.hpp b/src/diagnostic/diagnostic-message.hpp index 7f407b4e..e8062579 100644 --- a/src/diagnostic/diagnostic-message.hpp +++ b/src/diagnostic/diagnostic-message.hpp @@ -66,5 +66,4 @@ class obd2_signal_t { bool is_obd2_response(const can_message_t& can_message); bool is_obd2_request(const DiagnosticRequest *request); - static float decode_obd2_response(const DiagnosticResponse* response, float parsedPayload); }; |