Age | Commit message (Expand) | Author | Files | Lines |
2017-02-22 | Fix: force to pass a ref at threads launch | Romain Forlot | 10 | -52/+38 |
2017-02-21 | Fix: threads launching with wrong arguments | Romain Forlot | 2 | -10/+9 |
2017-02-21 | Multifixes: class and methods, typo, comments | Romain Forlot | 4 | -63/+78 |
2017-02-21 | Fixed can bus class (almost) | Romain Forlot | 2 | -153/+156 |
2017-02-21 | Handle error in returning a vector by returning | Romain Forlot | 2 | -18/+19 |
2017-02-21 | Clean up include statement... | Romain Forlot | 7 | -45/+67 |
2017-02-21 | Some cleaning and comments | Romain Forlot | 4 | -55/+26 |
2017-02-21 | Cleaned up, a bit, include statement. | Romain Forlot | 9 | -55/+43 |
2017-02-21 | Fix: OBD2_PIDS array initialization | Romain Forlot | 13 | -373/+533 |
2017-02-20 | Fix: timer.* issues | Romain Forlot | 10 | -273/+238 |
2017-02-20 | Change hpp include file directive | Romain Forlot | 3 | -97/+76 |
2017-02-20 | Separated can_bus and can_bus_dev object. | Romain Forlot | 3 | -103/+236 |
2017-02-20 | Added JSON conf file example | Romain Forlot | 1 | -0/+7 |
2017-02-20 | Addind missing library | Romain Forlot | 2 | -0/+10 |
2017-02-20 | Include supplementary libs and fix include | Romain Forlot | 2 | -9/+2 |
2017-02-20 | Rename header file to hpp. | Romain Forlot | 10 | -173/+200 |
2017-02-16 | Change way to iter over vector | Romain Forlot | 1 | -12/+15 |
2017-02-16 | Change way signaling end of queue for can messages | Romain Forlot | 2 | -2/+21 |
2017-02-16 | Change Decoder_c class name to decoder_t | Romain Forlot | 2 | -8/+8 |
2017-02-16 | Change to push_back instead of insert. | Romain Forlot | 1 | -3/+4 |
2017-02-16 | Add can_message_t constructor. Make the class | Romain Forlot | 2 | -43/+44 |
2017-02-16 | Change CanMessage_c to can_message_t class name | Romain Forlot | 7 | -38/+38 |
2017-02-16 | Changing CanBus_c to can_bus_t class name | Romain Forlot | 6 | -49/+56 |
2017-02-16 | Adding canbus read method | Romain Forlot | 2 | -19/+69 |
2017-02-16 | Use initialisation list with CanBus_c constructor | Romain Forlot | 2 | -50/+46 |
2017-02-16 | Fix: wrong binding extension | Romain Forlot | 1 | -2/+2 |
2017-02-15 | Externalized afb_event, no more in CanSignal | Romain Forlot | 1 | -2/+0 |
2017-02-15 | Make public OBD2PID | Romain Forlot | 1 | -1/+2 |
2017-02-15 | Change way to iterate over found signals | Romain Forlot | 1 | -23/+93 |
2017-02-15 | Fixed subscribe/unsubscribe operations. | Romain Forlot | 2 | -19/+52 |
2017-02-14 | Jsonification of VehicleMessage and push event | Romain Forlot | 1 | -3/+46 |
2017-02-14 | Decode a can message and construct a VehicleMessage | Romain Forlot | 1 | -9/+10 |
2017-02-14 | Add VehicleMessage queue methods | Romain Forlot | 2 | -1/+26 |
2017-02-14 | Implement CanMessage_c method to navigate through | Romain Forlot | 3 | -19/+32 |
2017-02-14 | Implement GetSignals method | Romain Forlot | 1 | -9/+26 |
2017-02-14 | First raw write to decode CAN messages | Romain Forlot | 1 | -4/+40 |
2017-02-14 | Move sources into src directory | Romain Forlot | 22 | -10/+10 |
2017-02-14 | Update submodules uds-c | Romain Forlot | 1 | -1/+0 |
2017-02-14 | Add .gitignore | Romain Forlot | 1 | -0/+2 |
2017-02-14 | Added JSON conf file read and initialize CanBus | Romain Forlot | 2 | -3/+19 |
2017-02-14 | Cleanup and add reading JSON conf file to define | Builder | 2 | -42/+22 |
2017-02-13 | Added needed functions for basics decode needs. | Romain Forlot | 4 | -23/+256 |
2017-02-13 | New threads management, only one argument needed. | Romain Forlot | 5 | -268/+290 |
2017-02-13 | Beginning of Obd2 handling with a handle object | Romain Forlot | 3 | -106/+139 |
2017-02-13 | Added bitfield-c library | Romain Forlot | 4 | -0/+60 |
2017-02-13 | modified uds-c libs path | Romain Forlot | 1 | -1/+1 |
2017-02-13 | Fix wrong arguments type | Romain Forlot | 6 | -37/+32 |
2017-02-13 | Change uds-c library location | Romain Forlot | 1 | -0/+10 |
2017-02-13 | Adding uds-c library to handle obs2 diagnostic | Romain Forlot | 3 | -25/+98 |
2017-02-13 | Improve reading and now process CanMessage class | Romain Forlot | 5 | -99/+217 |