diff options
Diffstat (limited to 'CAN-binder/low-can-binding/can/can-message-definition.hpp')
-rw-r--r-- | CAN-binder/low-can-binding/can/can-message-definition.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CAN-binder/low-can-binding/can/can-message-definition.hpp b/CAN-binder/low-can-binding/can/can-message-definition.hpp index c3ce2ee3..42eef89f 100644 --- a/CAN-binder/low-can-binding/can/can-message-definition.hpp +++ b/CAN-binder/low-can-binding/can/can-message-definition.hpp @@ -54,4 +54,6 @@ public: const std::string& get_bus_name() const; uint32_t get_id() const; + + void set_last_value(const can_message_t& cm); }; |