X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=CAN-binder%2Flow-can-binding%2Fbinding%2Fconfiguration.hpp;h=3ab88ee595e42dc28a8b7c099761aab71e960116;hb=fa6d02155e06bee279e017c1c844c2b546bf0d1c;hp=a3bb18949e6c415ef04e6bfe7d2a6d58d699a12f;hpb=3bc17dd60bfd97e36b12849d4d3a5dd3d093a426;p=apps%2Fagl-service-can-low-level.git diff --git a/CAN-binder/low-can-binding/binding/configuration.hpp b/CAN-binder/low-can-binding/binding/configuration.hpp index a3bb1894..3ab88ee5 100644 --- a/CAN-binder/low-can-binding/binding/configuration.hpp +++ b/CAN-binder/low-can-binding/binding/configuration.hpp @@ -65,15 +65,15 @@ class configuration_t uint8_t get_active_message_set() const; - const std::vector >& get_can_message_set(); + std::vector > get_can_message_set(); - std::vector > get_can_signals(); + std::vector > get_all_can_signals(); - std::vector > get_diagnostic_messages(); + std::vector >& get_diagnostic_messages(); const std::vector& get_signals_prefix() const; - std::vector > get_can_message_definition(); + std::vector >& get_can_message_definition(); uint32_t get_signal_id(diagnostic_message_t& sig) const;