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.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'CAN-binder/low-can-binding/can/can-bus.hpp') diff --git a/CAN-binder/low-can-binding/can/can-bus.hpp b/CAN-binder/low-can-binding/can/can-bus.hpp index f6a3745e..94fa0a58 100644 --- a/CAN-binder/low-can-binding/can/can-bus.hpp +++ b/CAN-binder/low-can-binding/can/can-bus.hpp @@ -94,8 +94,6 @@ public: openxc_VehicleMessage next_vehicle_message(); void push_new_vehicle_message(const openxc_VehicleMessage& v_msg); - int create_rx_filter(const can_signal_t& signal); - const std::map>& get_can_devices() const; static std::shared_ptr get_can_device(std::string bus); }; -- cgit 1.2.3-korg