diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-20 19:46:00 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-11-22 11:10:26 +0100 |
commit | 3275f391bbf331643e7dec536008d9d64872f21f (patch) | |
tree | df487fe0759936b38f9f9b391db4b9161c84f7a0 /low-can-binding/binding/low-can-socket.hpp | |
parent | 2daa033bd69b9ede497afa4355a5fdbb119895eb (diff) |
Handle several can_frame in a BCM message
Also clean an unused function
Change-Id: I4faabf5a1af53da898ee70f2bc4b528acea3ded3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/binding/low-can-socket.hpp')
-rw-r--r-- | low-can-binding/binding/low-can-socket.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/low-can-binding/binding/low-can-socket.hpp b/low-can-binding/binding/low-can-socket.hpp index 00f6825a..48ed47f9 100644 --- a/low-can-binding/binding/low-can-socket.hpp +++ b/low-can-binding/binding/low-can-socket.hpp @@ -90,6 +90,5 @@ public: int create_rx_filter(std::shared_ptr<diagnostic_message_t> sig); int create_rx_filter(utils::simple_bcm_msg& bcm_msg); - int tx_send(const struct can_frame& cf, std::shared_ptr<can_signal_t> sig); int tx_send(const struct can_frame& cf, const std::string& bus_name); }; |