Age | Commit message (Expand) | Author | Files | Lines |
2017-03-16 | Implement signals states decoder and change map | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 4 | -23/+26 |
2017-03-16 | Search into generic_name as well as name + prefix, but | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 3 | -4/+8 |
2017-03-16 | Adding/Fix classes constructors to make them correspond | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 7 | -40/+70 |
2017-03-16 | Separation of classes in the same file. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 5 | -66/+88 |
2017-03-16 | Move member from obd2_signals_t class to | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 6 | -85/+53 |
2017-03-16 | Get decoding diagnostic request from decoding thread of can_bus_t | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 8 | -51/+224 |
2017-03-16 | Change the way to check signal type making prefix_ | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 5 | -12/+14 |
2017-03-16 | Reordering class method. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -17/+17 |
2017-03-16 | Fix: set to microsecond frequency check of diag request | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -6/+3 |
2017-03-16 | fix: test for opened CAN socket. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -5/+5 |
2017-03-16 | Keep subscription to signal simplier without doubling | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -45/+8 |
2017-03-16 | Default value about thread state set at false. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 3 | -13/+4 |
2017-03-16 | Change configuration location into an etc directory. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -3/+3 |
2017-03-16 | Fix: wrong location to make the increment because we use | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -1/+1 |
2017-03-16 | Fix CMakeLists file to get isotp correctly linked and adding | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -3/+3 |
2017-03-16 | Missing include header and code reordering and cleaning. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -5/+5 |
2017-03-16 | Change method returned value. Needed with send_request() | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -10/+7 |
2017-03-16 | Implemente way to send diagnostic request when subscribed. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 10 | -8/+167 |
2017-03-16 | Use of signals prefix to be able to distinguish type of | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -5/+11 |
2017-03-16 | Make diagnostic manager initialization processus. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 7 | -46/+58 |
2017-03-16 | We doesn't modify member once getted, we can use const return | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 5 | -13/+37 |
2017-03-16 | Manage prefix on CAN and OBD2 prefix. Searching signals | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 7 | -50/+55 |
2017-03-16 | Remove uneeded define as it was already present in uds.h | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -5/+0 |
2017-03-16 | Instead of a global pointer, config is now a Singleton. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 7 | -18/+20 |
2017-03-16 | Also initialize the id_ renamed address_ member. This member | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 3 | -7/+6 |
2017-03-16 | Keep raw pointer for now as we have to move them around vector. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 4 | -64/+81 |
2017-03-16 | Finalize the class active_diag... to get it compile. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 4 | -36/+43 |
2017-03-16 | Change also where wgt file is since we build into a subdirectory | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -2/+2 |
2017-03-16 | Adding requests to diagnostic manager implemented. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 4 | -40/+313 |
2017-03-16 | Adding needed getter for diagnostic manager. Useful | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -0/+7 |
2017-03-16 | Adding needed function to get some time handle on request | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -5/+51 |
2017-03-16 | Fix: include statement with wrong path. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 13 | -37/+47 |
2017-03-16 | Added constructor to get vector initialized with default | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 4 | -36/+92 |
2017-03-16 | separation to a new file of can_message_set_t | ![](//seccdn.libravatar.org/avatar/08897e86f6b55922ad61c214bf571244?s=13&d=retro) Loïc Collignon | 3 | -21/+84 |
2017-03-16 | Change FrequencyClock struct to class and rename it. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 5 | -15/+25 |
2017-03-16 | fixed CMakeLists.txt | ![](//seccdn.libravatar.org/avatar/08897e86f6b55922ad61c214bf571244?s=13&d=retro) Loïc Collignon | 1 | -5/+1 |
2017-03-16 | Fix: wrong tested variable for socket. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -2/+3 |
2017-03-16 | C Header first | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -1/+1 |
2017-03-16 | Add necessary to be able to initialize diagnostic manager shims. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 4 | -9/+23 |
2017-03-16 | Reorder to fix warning at compilation | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -1/+1 |
2017-03-16 | Changing to a raw pointer can_bus_dev member and add | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -2/+7 |
2017-03-16 | Fix: wrong signature due to reference discarding "const". | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -23/+26 |
2017-03-16 | Fix: bugs in class due to the wrapping of C socket | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -7/+8 |
2017-03-16 | Fix: use of new objects and type conversion missing. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 2 | -6/+6 |
2017-03-16 | Format | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -27/+27 |
2017-03-16 | Added new cpp files. | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -3/+3 |
2017-03-16 | typo | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -1/+1 |
2017-03-16 | Fix: include path (where I think to fix them...) | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 4 | -13/+15 |
2017-03-16 | Fix: missed method declaration | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -1/+1 |
2017-03-16 | Better use a reference | ![](//seccdn.libravatar.org/avatar/59f5a4556f56f8db64a9a5fce3aee13a?s=13&d=retro) Romain Forlot | 1 | -2/+2 |