X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=low-can-binding%2Fcan%2Fmessage-set.hpp;h=68fc38596d22251062e0abd0e01d0221430b9d5a;hb=bfa86a6b49c553d2395914d6e5c26d8c0ee70cee;hp=5ce4ce38802d00a7418a80a610af736e8c87ca61;hpb=2ae3f4a6d1e4f45ebf877227d22e73b9015ce395;p=apps%2Fagl-service-can-low-level.git diff --git a/low-can-binding/can/message-set.hpp b/low-can-binding/can/message-set.hpp index 5ce4ce38..68fc3859 100644 --- a/low-can-binding/can/message-set.hpp +++ b/low-can-binding/can/message-set.hpp @@ -48,7 +48,12 @@ public: const vect_ptr_msg_def_t& messages_definition, const vect_ptr_diag_msg_t& diagnostic_messages); + int add_message_definition(std::shared_ptr msg_def); + int add_diagnostic_message(std::shared_ptr diag_msg); + vect_ptr_msg_def_t& get_messages_definition(); vect_ptr_signal_t get_all_signals() const; vect_ptr_diag_msg_t& get_diagnostic_messages(); + + uint8_t get_index() const; };