diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-05 18:34:48 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-05 18:42:30 +0200 |
commit | 5b66a43147af37f4ebe3429eb045900aa7323613 (patch) | |
tree | 0262af2114e8a043fc3660da54b3806c55c33d45 /CAN-binder/low-can-binding/can/can-bus-dev.hpp | |
parent | ae74dbcb89f3d471b66e1f1d2fe4bdf33cfff388 (diff) |
Improve granularity of BCM socket using one by signal
Move create_rx_filter to can_signals and adding all accessories needed to works.
Change-Id: I3636fe82ce5c2e43a4992b66ce89440ff709004a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/can/can-bus-dev.hpp')
-rw-r--r-- | CAN-binder/low-can-binding/can/can-bus-dev.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CAN-binder/low-can-binding/can/can-bus-dev.hpp b/CAN-binder/low-can-binding/can/can-bus-dev.hpp index e9c2d207..2ddc1ff0 100644 --- a/CAN-binder/low-can-binding/can/can-bus-dev.hpp +++ b/CAN-binder/low-can-binding/can/can-bus-dev.hpp @@ -58,7 +58,6 @@ public: void stop_reading(); can_message_t read(); - int create_rx_filter(const can_signal_t& s); int send(can_message_t& can_msg); bool shims_send(const uint32_t arbitration_id, const uint8_t* data, const uint8_t size); |