Remove uneeded define as it was already present in uds.h
[apps/low-level-can-service.git] / src / configuration.cpp
2017-03-16 Romain ForlotRemove uneeded define as it was already present in...
2017-03-16 Romain ForlotInstead of a global pointer, config is now a Singleton.
2017-03-16 Romain ForlotReorder to fix warning at compilation
2017-03-16 Romain ForlotFix: wrong signature due to reference discarding "const".
2017-03-16 Romain ForlotMove some functions to configuration class.
2017-03-16 Romain ForlotFix: wrong assignement of can_bus_t object.
2017-03-16 Romain ForlotDefine predefined OBD2 signals by default.
2017-03-16 Romain ForlotSeparate methods declarations and implementations.
2017-03-16 Romain ForlotAdded a warning that it is an example code
2017-03-16 Romain ForlotBeginning of work of get central configuration object