X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=CAN-binder%2Flow-can-binding%2Fcan%2Fcan-message.hpp;fp=CAN-binder%2Flow-can-binding%2Fcan%2Fcan-message.hpp;h=a7c7452176d1f69d1141ee6f34edee28fe85438b;hb=4e95381b037b783b5f4193134732cb96ff6f52cf;hp=d38f7ba29cdf122fdf9334e333727f612bc3d022;hpb=415de819e774a7dbe7aa6073c23b6387b1365b9d;p=apps%2Flow-level-can-service.git diff --git a/CAN-binder/low-can-binding/can/can-message.hpp b/CAN-binder/low-can-binding/can/can-message.hpp index d38f7ba..a7c7452 100644 --- a/CAN-binder/low-can-binding/can/can-message.hpp +++ b/CAN-binder/low-can-binding/can/can-message.hpp @@ -64,6 +64,7 @@ public: can_message_format_t get_format() const; uint8_t get_flags() const; const uint8_t* get_data() const; + const std::vector get_data_vector() const; uint8_t get_length() const; void set_format(const can_message_format_t new_format);