Age | Commit message (Expand) | Author | Files | Lines |
2017-03-16 | Improve memory allocation about Signal states. |  Romain Forlot | 4 | -12/+12 |
2017-03-16 | Revert accessing CAN device with a map indexing on dev name |  Romain Forlot | 13 | -42/+73 |
2017-03-16 | Uniformization between get_name() method of signals. |  Romain Forlot | 1 | -2/+2 |
2017-03-16 | Littles comments improvments |  Romain Forlot | 1 | -2/+2 |
2017-03-16 | Change way to check prefix of signals name. |  Romain Forlot | 2 | -2/+5 |
2017-03-16 | Improve shims_logger function to get full details. |  Romain Forlot | 1 | -3/+8 |
2017-03-16 | Get recurring requests works. |  Romain Forlot | 1 | -38/+33 |
2017-03-16 | Simplification of diagnostic manager. Delete uneeded vector |  Romain Forlot | 2 | -51/+22 |
2017-03-16 | Return period without unit conversion. |  Romain Forlot | 1 | -3/+1 |
2017-03-16 | Search signals against name not generic_name. It's made |  Romain Forlot | 2 | -3/+3 |
2017-03-16 | Less control before process the CAN message. |  Romain Forlot | 1 | -6/+5 |
2017-03-16 | Implement regular event launching using systemd event loop |  Romain Forlot | 3 | -21/+49 |
2017-03-16 | Improve logging messages and change string conversion to char |  Romain Forlot | 1 | -5/+5 |
2017-03-16 | Move diagnostic requests scheduling to diagnostic manager |  Romain Forlot | 2 | -8/+22 |
2017-03-16 | Fix: Initialization and entries flow |  Romain Forlot | 1 | -8/+11 |
2017-03-16 | Enabling recurrent check of diagnostic requests. |  Romain Forlot | 1 | -0/+1 |
2017-03-16 | Improve Doxygen comments and formating. |  Romain Forlot | 12 | -268/+281 |
2017-03-16 | Improve: DEBUG messages. |  Romain Forlot | 2 | -2/+2 |
2017-03-16 | Fix: return before initialization of diagnostic manager. |  Romain Forlot | 1 | -4/+2 |
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 | 3 | -4/+8 |
2017-03-16 | Adding/Fix classes constructors to make them correspond |  Romain Forlot | 7 | -40/+70 |
2017-03-16 | Separation of classes in the same file. |  Romain Forlot | 5 | -66/+88 |
2017-03-16 | Move member from obd2_signals_t class to |  Romain Forlot | 6 | -85/+53 |
2017-03-16 | Get decoding diagnostic request from decoding thread of can_bus_t |  Romain Forlot | 8 | -51/+224 |
2017-03-16 | Change the way to check signal type making prefix_ |  Romain Forlot | 5 | -12/+14 |
2017-03-16 | Reordering class method. |  Romain Forlot | 1 | -17/+17 |
2017-03-16 | Fix: set to microsecond frequency check of diag request |  Romain Forlot | 2 | -6/+3 |
2017-03-16 | fix: test for opened CAN socket. |  Romain Forlot | 1 | -5/+5 |
2017-03-16 | Keep subscription to signal simplier without doubling |  Romain Forlot | 1 | -45/+8 |
2017-03-16 | Default value about thread state set at false. |  Romain Forlot | 3 | -13/+4 |
2017-03-16 | Change configuration location into an etc directory. |  Romain Forlot | 2 | -3/+3 |
2017-03-16 | Fix: wrong location to make the increment because we use |  Romain Forlot | 1 | -1/+1 |
2017-03-16 | Fix CMakeLists file to get isotp correctly linked and adding |  Romain Forlot | 1 | -3/+3 |
2017-03-16 | Missing include header and code reordering and cleaning. |  Romain Forlot | 2 | -5/+5 |
2017-03-16 | Change method returned value. Needed with send_request() |  Romain Forlot | 2 | -10/+7 |
2017-03-16 | Implemente way to send diagnostic request when subscribed. |  Romain Forlot | 10 | -8/+167 |
2017-03-16 | Use of signals prefix to be able to distinguish type of |  Romain Forlot | 2 | -5/+11 |
2017-03-16 | Make diagnostic manager initialization processus. |  Romain Forlot | 7 | -46/+58 |
2017-03-16 | We doesn't modify member once getted, we can use const return |  Romain Forlot | 5 | -13/+37 |
2017-03-16 | Manage prefix on CAN and OBD2 prefix. Searching signals |  Romain Forlot | 7 | -50/+55 |
2017-03-16 | Remove uneeded define as it was already present in uds.h |  Romain Forlot | 2 | -5/+0 |
2017-03-16 | Instead of a global pointer, config is now a Singleton. |  Romain Forlot | 7 | -18/+20 |
2017-03-16 | Also initialize the id_ renamed address_ member. This member |  Romain Forlot | 3 | -7/+6 |
2017-03-16 | Keep raw pointer for now as we have to move them around vector. |  Romain Forlot | 4 | -64/+81 |
2017-03-16 | Finalize the class active_diag... to get it compile. |  Romain Forlot | 4 | -36/+43 |
2017-03-16 | Change also where wgt file is since we build into a subdirectory |  Romain Forlot | 1 | -2/+2 |
2017-03-16 | Adding requests to diagnostic manager implemented. |  Romain Forlot | 4 | -40/+313 |
2017-03-16 | Adding needed getter for diagnostic manager. Useful |  Romain Forlot | 2 | -0/+7 |