aboutsummaryrefslogtreecommitdiffstats
path: root/src/configuration.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Adding missing doxygen comments.Romain Forlot1-36/+14
2017-03-16Use index number between objects to set their links.Romain Forlot1-0/+5
2017-03-16Rename class and 1:1 map to JSON description fileRomain Forlot1-8/+8
2017-03-16Revert accessing CAN device with a map indexing on dev nameRomain Forlot1-1/+1
2017-03-16Littles comments improvmentsRomain Forlot1-2/+2
2017-03-16Improve Doxygen comments and formating.Romain Forlot1-5/+5
2017-03-16Adding/Fix classes constructors to make them correspondRomain Forlot1-30/+8
2017-03-16Implemente way to send diagnostic request when subscribed.Romain Forlot1-4/+9
2017-03-16Manage prefix on CAN and OBD2 prefix. Searching signalsRomain Forlot1-22/+22
2017-03-16Remove uneeded define as it was already present in uds.hRomain Forlot1-2/+0
2017-03-16Instead of a global pointer, config is now a Singleton.Romain Forlot1-0/+6
2017-03-16Reorder to fix warning at compilationRomain Forlot1-1/+1
2017-03-16Fix: wrong signature due to reference discarding "const".Romain Forlot1-13/+16
2017-03-16Move some functions to configuration class.Romain Forlot1-2/+54
2017-03-16Fix: wrong assignement of can_bus_t object.Romain Forlot1-1/+1
2017-03-16Define predefined OBD2 signals by default.Romain Forlot1-2/+23
2017-03-16Separate methods declarations and implementations.Romain Forlot1-52/+64
2017-03-16Added a warning that it is an example codeRomain Forlot1-1/+5
2017-03-16Beginning of work of get central configuration objectRomain Forlot1-0/+71