From 84264431ca5a9958b3bb00b3de481336cf0cccb1 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Mon, 24 Apr 2017 19:15:07 +0200 Subject: Create a received job for BCM Socket to handle filtering. Filter is created using can_signals description and send with appropriate BCM header structure. This is the simplest way to do, no temporal filtering for now is available. Change-Id: Iee49f011ba9316880735d2765c1c23a8b2d3c4d2 Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/can/can-message-definition.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'CAN-binder/low-can-binding/can/can-message-definition.hpp') diff --git a/CAN-binder/low-can-binding/can/can-message-definition.hpp b/CAN-binder/low-can-binding/can/can-message-definition.hpp index 98cb2c5..7bc982d 100644 --- a/CAN-binder/low-can-binding/can/can-message-definition.hpp +++ b/CAN-binder/low-can-binding/can/can-message-definition.hpp @@ -53,5 +53,6 @@ public: can_message_definition_t(std::uint8_t message_set_id, const std::string bus, uint32_t id, frequency_clock_t frequency_clock, bool force_send_changed); can_message_definition_t(std::uint8_t message_set_id, const std::string bus, uint32_t id, can_message_format_t format, frequency_clock_t frequency_clock, bool force_send_changed); + const std::string& get_bus_name() const; uint32_t get_id() const; }; -- cgit 1.2.3-korg