Beginning of work of get central configuration object
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 8 Mar 2017 01:41:56 +0000 (02:41 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 16 Mar 2017 16:09:03 +0000 (17:09 +0100)
commit2049aca0927b55f2a256fd60ff686616b73eecb7
treeeb4e195c796aa5cc69bdedd772a659b4f83fe9d9
parent64d3ead0ce87091a3489dd9796a9f77f241c468b
Beginning of work of get central configuration object
that will be used by the binding to access generated
elements. It will hold generated structure/objects and
make a resume to the binding configuration.

Idea is to have an object that can be inherited
in the generated code to extend its functionnalities
or change some of its behoviors.

Change-Id: If2ce5cbe2eb98a74a8e3f13000ee02855674216f
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/can/can-message.hpp
src/can/can-signals.cpp
src/can/can-signals.hpp
src/configuration.cpp [new file with mode: 0644]
src/configuration.hpp [new file with mode: 0644]
src/diagnostic/diagnostic-message.cpp
src/diagnostic/diagnostic-message.hpp
src/low-can-binding.cpp
src/utils/signals.hpp