summaryrefslogtreecommitdiffstats
path: root/src/configuration.hpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Comments fixes, typo and formating.Romain Forlot1-11/+11
2017-03-16Include cleaningRomain Forlot1-0/+2
2017-03-16Adding missing doxygen comments.Romain Forlot1-10/+7
2017-03-16Use index number between objects to set their links.Romain Forlot1-0/+1
2017-03-16Follow rename operation in CMakeLists.txtRomain Forlot1-1/+1
2017-03-16Rename class and 1:1 map to JSON description fileRomain Forlot1-5/+5
2017-03-16Revert accessing CAN device with a map indexing on dev nameRomain Forlot1-1/+3
2017-03-16Adding/Fix classes constructors to make them correspondRomain Forlot1-1/+6
2017-03-16Change configuration location into an etc directory.Romain Forlot1-1/+1
2017-03-16Missing include header and code reordering and cleaning.Romain Forlot1-5/+3
2017-03-16Use of signals prefix to be able to distinguish type ofRomain Forlot1-5/+7
2017-03-16Instead of a global pointer, config is now a Singleton.Romain Forlot1-5/+4
2017-03-16Fix: wrong signature due to reference discarding "const".Romain Forlot1-10/+10
2017-03-16Move some functions to configuration class.Romain Forlot1-2/+6
2017-03-16Move "config" variable as global.Romain Forlot1-0/+4
2017-03-16Fix: wrong assignement of can_bus_t object.Romain Forlot1-1/+1
2017-03-16Fix missing constructor declarationRomain Forlot1-0/+2
2017-03-16Separate methods declarations and implementations.Romain Forlot1-55/+23
2017-03-16Fix : wrong attribute typeRomain Forlot1-28/+20
2017-03-16Remove moved functions into configuration classRomain Forlot1-1/+29
2017-03-16Fix: wrong method signature.Romain Forlot1-19/+15
2017-03-16Added a warning that it is an example codeRomain Forlot1-8/+10
2017-03-16Beginning of work of get central configuration objectRomain Forlot1-0/+115