From 5b66a43147af37f4ebe3429eb045900aa7323613 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 5 May 2017 18:34:48 +0200 Subject: 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 --- CAN-binder/low-can-binding/can/can-bus.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'CAN-binder/low-can-binding/can/can-bus.cpp') diff --git a/CAN-binder/low-can-binding/can/can-bus.cpp b/CAN-binder/low-can-binding/can/can-bus.cpp index d9703f2e..bca9d031 100644 --- a/CAN-binder/low-can-binding/can/can-bus.cpp +++ b/CAN-binder/low-can-binding/can/can-bus.cpp @@ -391,15 +391,6 @@ void can_bus_t::push_new_vehicle_message(const openxc_VehicleMessage& v_msg) vehicle_message_q_.push(v_msg); } -/// @brief Create a RX_SETUP receive job for the BCM socket of a CAN signal. -/// -/// @return 0 if ok -1 if not. - int can_bus_t::create_rx_filter(const can_signal_t& s) - { - const std::string& bus = s.get_message().get_bus_name(); - return can_bus_t::can_devices_[bus]->create_rx_filter(s); - } - /// @brief Return a map with the can_bus_dev_t initialized /// /// @return map can_bus_dev_m_ map -- cgit 1.2.3-korg