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