X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=low-can-binding%2Fcan%2Fmessage%2Fcan-message.hpp;h=769899ea2e4c28bdccd427b9ff303d1049ab4773;hb=fee3b49099fb39731e15f9e26ad5a873bc109f59;hp=75e65c673ff6df2f8de6b19f0e4331146fff3b55;hpb=a8d5f5d3018da0b051dad4c143c6257b2fba9fac;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/can/message/can-message.hpp b/low-can-binding/can/message/can-message.hpp index 75e65c67..769899ea 100644 --- a/low-can-binding/can/message/can-message.hpp +++ b/low-can-binding/can/message/can-message.hpp @@ -39,8 +39,7 @@ class can_message_t : public message_t { public: can_message_t(); - can_message_t(uint32_t maxdlen, uint32_t id, uint32_t length, message_format_t format, bool rtr_flag_, uint32_t flags, std::vector& data, uint64_t timestamp); - + can_message_t(uint32_t maxdlen, uint32_t id, uint32_t length, bool rtr_flag_, uint32_t flags, std::vector& data, uint64_t timestamp); uint32_t get_id() const; static std::shared_ptr convert_from_frame(const canfd_frame& frame, size_t nbytes, uint64_t timestamp);