diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-05 18:35:53 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-05 18:42:30 +0200 |
commit | 3d3fbfd56b476a1f36bfc9cabf5a21f981d06844 (patch) | |
tree | 6d3271ea05f35ba969b3ed2a264540c27cc891b5 /CAN-binder/low-can-binding/can/can-signals.hpp | |
parent | 5b66a43147af37f4ebe3429eb045900aa7323613 (diff) |
Get back to device dedicated raw_socket
Change-Id: Ibec47106f8510e92a017fc08aeb2eeaeef2884e5
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, 2 insertions, 0 deletions
diff --git a/CAN-binder/low-can-binding/can/can-signals.hpp b/CAN-binder/low-can-binding/can/can-signals.hpp index f21cab4..8196c7e 100644 --- a/CAN-binder/low-can-binding/can/can-signals.hpp +++ b/CAN-binder/low-can-binding/can/can-signals.hpp @@ -157,5 +157,7 @@ public: void set_prefix(std::string val); void set_received(bool r); void set_last_value(float val); + int create_rx_filter(); + can_message_format_t read_socket(); };
\ No newline at end of file |