Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-03-16 | Manage prefix on CAN and OBD2 prefix. Searching signals | Romain Forlot | 1 | -22/+22 |
2017-03-16 | Remove uneeded define as it was already present in uds.h | Romain Forlot | 1 | -2/+0 |
2017-03-16 | Instead of a global pointer, config is now a Singleton. | Romain Forlot | 1 | -0/+6 |
2017-03-16 | Reorder to fix warning at compilation | Romain Forlot | 1 | -1/+1 |
2017-03-16 | Fix: wrong signature due to reference discarding "const". | Romain Forlot | 1 | -13/+16 |
2017-03-16 | Move some functions to configuration class. | Romain Forlot | 1 | -2/+54 |
2017-03-16 | Fix: wrong assignement of can_bus_t object. | Romain Forlot | 1 | -1/+1 |
2017-03-16 | Define predefined OBD2 signals by default. | Romain Forlot | 1 | -2/+23 |
2017-03-16 | Separate methods declarations and implementations. | Romain Forlot | 1 | -52/+64 |
2017-03-16 | Added a warning that it is an example code | Romain Forlot | 1 | -1/+5 |
2017-03-16 | Beginning of work of get central configuration object | Romain Forlot | 1 | -0/+71 |