Revert accessing CAN device with a map indexing on dev name
[apps/low-level-can-service.git] / src / configuration.hpp
2017-03-16 Romain ForlotRevert accessing CAN device with a map indexing on...
2017-03-16 Romain ForlotAdding/Fix classes constructors to make them correspond
2017-03-16 Romain ForlotChange configuration location into an etc directory.
2017-03-16 Romain ForlotMissing include header and code reordering and cleaning.
2017-03-16 Romain ForlotUse of signals prefix to be able to distinguish type of
2017-03-16 Romain ForlotInstead of a global pointer, config is now a Singleton.
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 ForlotMove "config" variable as global.
2017-03-16 Romain ForlotFix: wrong assignement of can_bus_t object.
2017-03-16 Romain ForlotFix missing constructor declaration
2017-03-16 Romain ForlotSeparate methods declarations and implementations.
2017-03-16 Romain ForlotFix : wrong attribute type
2017-03-16 Romain ForlotRemove moved functions into configuration class
2017-03-16 Romain ForlotFix: wrong method signature.
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