controller: Prepare project ot use the Controller 94/23194/6
authorArthur Guyader <arthur.guyader@iot.bzh>
Thu, 7 Nov 2019 13:16:16 +0000 (14:16 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 9 Jan 2020 09:43:00 +0000 (10:43 +0100)
commit8b3af0fccba13e4098590322975bbd475d3d4f9e
tree29333136c9bca78a421697c048fd5379b062da88
parent4e1db7198dc91adce159abbea60667400569d38c
controller: Prepare project ot use the Controller

Initialize an empty message_set to fill later when loading the Plugins
Add the required method to be able to add a message_set

Bug-AGL: SPEC-2988

Change-Id: I1dc784648f69832de8681184adaccbf5300f831d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
19 files changed:
conf.d/CMakeLists.txt [new file with mode: 0644]
conf.d/cmake/00-default-osconfig.cmake [new file with mode: 0644]
conf.d/cmake/00-suse-config.cmake [new file with mode: 0644]
conf.d/cmake/01-debian-config.cmake [new file with mode: 0644]
conf.d/cmake/01-ubuntu-config.cmake [new file with mode: 0644]
conf.d/cmake/config.cmake
conf.d/project/CMakeLists.txt [new file with mode: 0644]
conf.d/project/etc/CMakeLists.txt [new file with mode: 0644]
conf.d/project/etc/control-low-can.json [new file with mode: 0644]
low-can-binding/CMakeLists.txt
low-can-binding/binding/application-generated.cpp [deleted file]
low-can-binding/binding/application.cpp
low-can-binding/binding/application.hpp
low-can-binding/can/message-definition.cpp
low-can-binding/can/message-definition.hpp
low-can-binding/can/message-set.cpp
low-can-binding/can/message-set.hpp
plugins/CMakeLists.txt [new file with mode: 0755]
plugins/agl-signals.cpp [new file with mode: 0644]