summaryrefslogtreecommitdiffstats
path: root/low-can-binding/can/can-message.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'low-can-binding/can/can-message.hpp')
-rw-r--r--low-can-binding/can/can-message.hpp4
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 b206ebdb..cf960b95 100644
--- a/low-can-binding/can/can-message.hpp
+++ b/low-can-binding/can/can-message.hpp
@@ -73,8 +73,4 @@ public:
bool is_correct_to_send();
static can_message_t convert_from_frame(const canfd_frame& frame, size_t nbytes, uint64_t timestamp);
- static can_message_t convert_from_frame(const can_frame& frame, size_t nbytes, uint64_t timestamp);
-
- struct canfd_frame convert_to_canfd_frame();
- struct can_frame convert_to_can_frame();
};