diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-07 17:36:38 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-14 08:59:41 +0000 |
commit | ff089ab8b009c81bcf92abf181faa00348eb62cd (patch) | |
tree | 34d34d14fd3813d65738a0e2ebab77be73cbe222 /low-can-binding/can/can-message.hpp | |
parent | ea35eabeadce57e4f5015797fea530c5bb219fff (diff) |
Cleaning the code for now unused functions
Also formating and retabulating some comments
Change-Id: I95eda93e78fabeb336ca02e94307364954ab2318
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/can/can-message.hpp')
-rw-r--r-- | low-can-binding/can/can-message.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/low-can-binding/can/can-message.hpp b/low-can-binding/can/can-message.hpp index cf960b95..032ef4d3 100644 --- a/low-can-binding/can/can-message.hpp +++ b/low-can-binding/can/can-message.hpp @@ -58,9 +58,6 @@ public: uint32_t get_id() const; int get_sub_id() const; - bool get_rtr_flag_() const; - can_message_format_t get_format() const; - uint8_t get_flags() const; const uint8_t* get_data() const; const std::vector<uint8_t> get_data_vector() const; uint8_t get_length() const; @@ -68,7 +65,6 @@ public: void set_sub_id(int sub_id); void set_timestamp(uint64_t timestamp); - void set_format(const can_message_format_t new_format); bool is_correct_to_send(); |