Age | Commit message (Expand) | Author | Files | Lines |
2017-03-16 | Improve memory allocation about Signal states. |  Romain Forlot | 3 | -10/+10 |
2017-03-16 | Revert accessing CAN device with a map indexing on dev name |  Romain Forlot | 5 | -16/+36 |
2017-03-16 | Search signals against name not generic_name. It's made |  Romain Forlot | 1 | -1/+1 |
2017-03-16 | Improve Doxygen comments and formating. |  Romain Forlot | 8 | -173/+189 |
2017-03-16 | Improve: DEBUG messages. |  Romain Forlot | 1 | -1/+1 |
2017-03-16 | Make decoder systematic use of openxc-utils to build |  Romain Forlot | 1 | -12/+5 |
2017-03-16 | Implement signals states decoder and change map |  Romain Forlot | 4 | -23/+26 |
2017-03-16 | Search into generic_name as well as name + prefix, but |  Romain Forlot | 1 | -1/+1 |
2017-03-16 | Adding/Fix classes constructors to make them correspond |  Romain Forlot | 2 | -0/+13 |
2017-03-16 | Separation of classes in the same file. |  Romain Forlot | 4 | -64/+86 |
2017-03-16 | Move member from obd2_signals_t class to |  Romain Forlot | 1 | -1/+1 |
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 |