Age | Commit message (Expand) | Author | Files | Lines |
2017-02-28 | Re-arranging objects splitting all objects over | Romain Forlot | 1 | -485/+0 |
2017-02-28 | Fix: start reading the can bus if it was correctly | Romain Forlot | 1 | -2/+4 |
2017-02-27 | Added some DEBUG log messages around reading conf | Romain Forlot | 1 | -1/+7 |
2017-02-27 | In class mutex and condition variable except for subscribed_signals map | Romain Forlot | 1 | -0/+20 |
2017-02-24 | Improve mutex lock logic. | Romain Forlot | 1 | -1/+18 |
2017-02-24 | Remove socket read management by systemd event | Romain Forlot | 1 | -33/+0 |
2017-02-24 | Fix: wrong if...else atomic expression | Romain Forlot | 1 | -1/+4 |
2017-02-24 | Fix mutex about can_frame. Wrong location about | Romain Forlot | 1 | -3/+4 |
2017-02-23 | First draft about lock/wait thread management. | Romain Forlot | 1 | -139/+182 |
2017-02-23 | Make binder_interface global variable rather than | Romain Forlot | 1 | -35/+36 |
2017-02-22 | Improve doxygen comments | Romain Forlot | 1 | -61/+1 |
2017-02-22 | Enhance error handling about can_message_t class | Romain Forlot | 1 | -18/+36 |
2017-02-22 | No more warning about not defined functions | Romain Forlot | 1 | -1/+1 |
2017-02-22 | All queue under can_bus_t class and reading thread | Romain Forlot | 1 | -51/+51 |
2017-02-22 | Fix: force to pass a ref at threads launch | Romain Forlot | 1 | -4/+4 |
2017-02-21 | Fix: threads launching with wrong arguments | Romain Forlot | 1 | -8/+6 |
2017-02-21 | Multifixes: class and methods, typo, comments | Romain Forlot | 1 | -48/+64 |
2017-02-21 | Fixed can bus class (almost) | Romain Forlot | 1 | -149/+149 |
2017-02-21 | Handle error in returning a vector by returning | Romain Forlot | 1 | -11/+12 |
2017-02-21 | Clean up include statement... | Romain Forlot | 1 | -18/+19 |
2017-02-21 | Fix: OBD2_PIDS array initialization | Romain Forlot | 1 | -15/+13 |
2017-02-20 | Fix: timer.* issues | Romain Forlot | 1 | -53/+56 |
2017-02-20 | Separated can_bus and can_bus_dev object. | Romain Forlot | 1 | -31/+145 |
2017-02-20 | Rename header file to hpp. | Romain Forlot | 1 | -39/+44 |
2017-02-16 | Change way signaling end of queue for can messages | Romain Forlot | 1 | -2/+19 |
2017-02-16 | Add can_message_t constructor. Make the class | Romain Forlot | 1 | -39/+39 |
2017-02-16 | Change CanMessage_c to can_message_t class name | Romain Forlot | 1 | -23/+23 |
2017-02-16 | Adding canbus read method | Romain Forlot | 1 | -17/+64 |
2017-02-16 | Use initialisation list with CanBus_c constructor | Romain Forlot | 1 | -37/+33 |
2017-02-14 | Add VehicleMessage queue methods | Romain Forlot | 1 | -1/+23 |
2017-02-14 | Implement CanMessage_c method to navigate through | Romain Forlot | 1 | -0/+23 |
2017-02-14 | Move sources into src directory | Romain Forlot | 1 | -0/+226 |