diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-16 17:37:07 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-19 11:36:43 +0200 |
commit | d91f5f743bc6f6ec9aadfe96187b45dc93043f61 (patch) | |
tree | e79bb26cb4ad4c97c07941ab6f31bb6b7c3fde22 /CAN-binder/low-can-binding/can/can-signals.hpp | |
parent | fd3978709abbb3ed46caaf48c1d2f45b2c74fa89 (diff) |
Include diagnostic_message_t into can_message_set.
Change-Id: I7372e469752dd8e90dc9431b9e5c67df12f56c29
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/can/can-signals.hpp')
-rw-r--r-- | CAN-binder/low-can-binding/can/can-signals.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/low-can-binding/can/can-signals.hpp b/CAN-binder/low-can-binding/can/can-signals.hpp index 1277bf3..addca1d 100644 --- a/CAN-binder/low-can-binding/can/can-signals.hpp +++ b/CAN-binder/low-can-binding/can/can-signals.hpp @@ -24,6 +24,7 @@ #include <memory> #include "openxc.pb.h" +#include "can-message-definition.hpp" #include "../utils/timer.hpp" #include "../utils/socketcan-bcm.hpp" #include "can-message.hpp" @@ -38,7 +39,6 @@ extern "C" #define MESSAGE_SET_ID 0 class can_signal_t; -class can_message_definition_t; /// /// @brief The type signature for a CAN signal decoder. /// |