From 53e09a3a8e9ff405ee5936f4765659d3817991e6 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 19 May 2017 00:36:30 +0200 Subject: Change method name to signify that it is an aggregate. As can_message_definitions got the exact same name but the one from can_message_set is an aggregate of all can_message_definition. So it is clearer using a different name. Change-Id: Ieb9e4d3291f3dc460eb352d8b8fe5a7cf479e687 Signed-off-by: Romain Forlot --- CAN-binder/low-can-binding/binding/configuration.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CAN-binder/low-can-binding/binding/configuration.hpp') diff --git a/CAN-binder/low-can-binding/binding/configuration.hpp b/CAN-binder/low-can-binding/binding/configuration.hpp index a3bb1894..fd669237 100644 --- a/CAN-binder/low-can-binding/binding/configuration.hpp +++ b/CAN-binder/low-can-binding/binding/configuration.hpp @@ -67,7 +67,7 @@ class configuration_t const std::vector >& get_can_message_set(); - std::vector > get_can_signals(); + std::vector > get_all_can_signals(); std::vector > get_diagnostic_messages(); -- cgit 1.2.3-korg