Age | Commit message (Expand) | Author | Files | Lines |
2017-03-16 | Get decoding diagnostic request from decoding thread of can_bus_t | Romain Forlot | 4 | -31/+101 |
2017-03-16 | Change the way to check signal type making prefix_ | Romain Forlot | 2 | -1/+3 |
2017-03-16 | Fix: set to microsecond frequency check of diag request | Romain Forlot | 1 | -5/+0 |
2017-03-16 | fix: test for opened CAN socket. | Romain Forlot | 1 | -5/+5 |
2017-03-16 | Default value about thread state set at false. | Romain Forlot | 3 | -13/+4 |
2017-03-16 | Fix: wrong location to make the increment because we use | Romain Forlot | 1 | -1/+1 |
2017-03-16 | Make diagnostic manager initialization processus. | Romain Forlot | 2 | -8/+8 |
2017-03-16 | We doesn't modify member once getted, we can use const return | Romain Forlot | 2 | -4/+10 |
2017-03-16 | Manage prefix on CAN and OBD2 prefix. Searching signals | Romain Forlot | 3 | -2/+16 |
2017-03-16 | Instead of a global pointer, config is now a Singleton. | Romain Forlot | 1 | -2/+2 |
2017-03-16 | Also initialize the id_ renamed address_ member. This member | Romain Forlot | 3 | -7/+6 |
2017-03-16 | Adding needed getter for diagnostic manager. Useful | Romain Forlot | 2 | -0/+7 |
2017-03-16 | Fix: include statement with wrong path. | Romain Forlot | 5 | -14/+14 |
2017-03-16 | separation to a new file of can_message_set_t | Loïc Collignon | 3 | -21/+84 |
2017-03-16 | Change FrequencyClock struct to class and rename it. | Romain Forlot | 3 | -4/+4 |
2017-03-16 | Fix: wrong tested variable for socket. | Romain Forlot | 1 | -2/+3 |
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 |