Change method name to signify that it is an aggregate.
authorRomain Forlot <romain.forlot@iot.bzh>
Thu, 18 May 2017 22:36:30 +0000 (00:36 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Fri, 19 May 2017 12:48:23 +0000 (14:48 +0200)
commit53e09a3a8e9ff405ee5936f4765659d3817991e6
tree0236e6f5e20e9622e4c30cc5d00fdd1cf6f2c2b9
parent3bc17dd60bfd97e36b12849d4d3a5dd3d093a426
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 <romain.forlot@iot.bzh>
CAN-binder/low-can-binding/binding/configuration.cpp
CAN-binder/low-can-binding/binding/configuration.hpp
CAN-binder/low-can-binding/can/can-bus.cpp
CAN-binder/low-can-binding/utils/signals.cpp