Improve granularity of BCM socket using one by signal
[apps/agl-service-can-low-level.git] / CAN-binder / low-can-binding / can / can-bus.hpp
index 3fcc29f..94fa0a5 100644 (file)
@@ -30,7 +30,7 @@
 #include "can-signals.hpp"
 #include "../utils/config-parser.hpp"
 #include "../diagnostic/diagnostic-manager.hpp"
-#include "../binding/low-can-binding.hpp"
+#include "../binding/low-can-hat.hpp"
 
 // TODO actual max is 32 but dropped to 24 for memory considerations
 #define MAX_ACCEPTANCE_FILTERS 24
@@ -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<std::string, std::shared_ptr<can_bus_dev_t>>& get_can_devices() const;
        static std::shared_ptr<can_bus_dev_t> get_can_device(std::string bus);
 };