Age | Commit message (Expand) | Author | Files | Lines |
2017-03-16 | C Header first |  Romain Forlot | 1 | -1/+1 |
2017-03-16 | Add necessary to be able to initialize diagnostic manager shims. |  Romain Forlot | 2 | -6/+6 |
2017-03-16 | Fix: bugs in class due to the wrapping of C socket |  Romain Forlot | 2 | -7/+8 |
2017-03-16 | typo |  Romain Forlot | 1 | -1/+1 |
2017-03-16 | Fix: include path (where I think to fix them...) |  Romain Forlot | 1 | -6/+7 |
2017-03-16 | Move some functions to configuration class. |  Romain Forlot | 2 | -25/+0 |
2017-03-16 | Create getter/setter needed for can_signal_t class. |  Romain Forlot | 3 | -12/+117 |
2017-03-16 | Fix: used new created classes. |  Romain Forlot | 1 | -1/+1 |
2017-03-16 | Added a static method to get used by Diagnostic manager |  Romain Forlot | 2 | -0/+32 |
2017-03-16 | Fix: wrong socket variable called. |  Romain Forlot | 1 | -1/+1 |
2017-03-16 | Typo and formating. |  Romain Forlot | 4 | -14/+13 |
2017-03-16 | Constructor making mandatory to pass a can_bus_dev_t |  Romain Forlot | 2 | -3/+3 |
2017-03-16 | Misplaced test of rtr_flag bool and length assignation |  Romain Forlot | 1 | -5/+2 |
2017-03-16 | Fix: method to allocate a new can_message_t object |  Romain Forlot | 2 | -69/+78 |
2017-03-16 | Again change enum name and add "_t" suffix to get |  Romain Forlot | 2 | -19/+19 |
2017-03-16 | Use the new created class and their respectives |  Romain Forlot | 1 | -7/+9 |
2017-03-16 | Use static method now as they are all static. No need |  Romain Forlot | 1 | -3/+1 |
2017-03-16 | Change all old struct name to the new class. |  Romain Forlot | 6 | -32/+33 |
2017-03-16 | Forward declaration needed instead of include the |  Romain Forlot | 1 | -1/+2 |
2017-03-16 | Change CanMessageFormat name to make it |  Romain Forlot | 2 | -17/+17 |
2017-03-16 | Clean old C struct, now as C++ class |  Romain Forlot | 2 | -47/+22 |
2017-03-16 | Added missing method of the class. |  Romain Forlot | 1 | -20/+123 |
2017-03-16 | Make all class function as static to be accessible |  Romain Forlot | 1 | -20/+18 |
2017-03-16 | Poco-ification of CanSignal struct as can_signal_t class |  Romain Forlot | 1 | -93/+35 |
2017-03-16 | Fix: declaration and implementation of needed methods |  Romain Forlot | 2 | -1/+11 |
2017-03-16 | Cleaning old can_bus_dev_t now implemented |  Romain Forlot | 4 | -162/+30 |
2017-03-16 | Make convert method static to get called at the return |  Romain Forlot | 2 | -153/+80 |
2017-03-16 | Fix all doxygen comments about parameters. |  Romain Forlot | 6 | -64/+64 |
2017-03-16 | Fix : wrong attribute type |  Romain Forlot | 1 | -1/+1 |
2017-03-16 | Fix: missing method declaration |  Romain Forlot | 1 | -0/+1 |
2017-03-16 | Remove moved functions into configuration class |  Romain Forlot | 1 | -26/+0 |
2017-03-16 | Make dumb poco class from old C struct |  Romain Forlot | 2 | -7/+16 |
2017-03-16 | Add movable constructor to the class |  Romain Forlot | 1 | -0/+1 |
2017-03-16 | Added a warning that it is an example code |  Romain Forlot | 2 | -0/+57 |
2017-03-16 | separation of can_bus_t and can_bus_dev_t and use of the new socket class. |  Loïc Collignon | 4 | -159/+208 |
2017-03-16 | Change doxygen comments |  Loïc Collignon | 1 | -37/+20 |
2017-03-16 | Beginning of work of get central configuration object |  Romain Forlot | 3 | -67/+15 |
2017-03-16 | It isn't needed to initialize diag manager |  Romain Forlot | 2 | -8/+2 |
2017-03-16 | Introducing diagnostic manager class. |  Romain Forlot | 2 | -7/+11 |
2017-03-16 | Include file changes, typo and renaming operation. |  Romain Forlot | 4 | -14/+14 |
2017-03-16 | Finalize new directories organization. |  Romain Forlot | 3 | -8/+8 |
2017-03-16 | Beginning of work on obd2 object and |  Romain Forlot | 9 | -0/+1781 |