summaryrefslogtreecommitdiffstats
path: root/src/can/can-bus.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Fix: Avoid segfault if diagnostic bus isn't correctly set.Romain Forlot1-0/+3
2017-03-17Comments fixes, typo and formating.Romain Forlot1-118/+86
2017-03-16Fix: decoded name will be prefixed as at subscription.Romain Forlot1-1/+1
2017-03-16Include cleaningRomain Forlot1-0/+1
2017-03-16Fix commentsRomain Forlot1-2/+1
2017-03-16Small fixesRomain Forlot1-1/+0
2017-03-16Finalization of decoding part of diagnostic messages.Romain Forlot1-30/+9
2017-03-16Simplification of checking Diagnostic response.Romain Forlot1-1/+1
2017-03-16Revert accessing CAN device with a map indexing on dev nameRomain Forlot1-8/+22
2017-03-16Search signals against name not generic_name. It's madeRomain Forlot1-1/+1
2017-03-16Improve Doxygen comments and formating.Romain Forlot1-7/+32
2017-03-16Improve: DEBUG messages.Romain Forlot1-1/+1
2017-03-16Search into generic_name as well as name + prefix, butRomain Forlot1-1/+1
2017-03-16Get decoding diagnostic request from decoding thread of can_bus_tRomain Forlot1-31/+91
2017-03-16Fix: set to microsecond frequency check of diag requestRomain Forlot1-5/+0
2017-03-16Default value about thread state set at false.Romain Forlot1-10/+1
2017-03-16Fix: wrong location to make the increment because we useRomain Forlot1-1/+1
2017-03-16Make diagnostic manager initialization processus.Romain Forlot1-5/+5
2017-03-16Manage prefix on CAN and OBD2 prefix. Searching signalsRomain Forlot1-1/+1
2017-03-16Instead of a global pointer, config is now a Singleton.Romain Forlot1-2/+2
2017-03-16Also initialize the id_ renamed address_ member. This memberRomain Forlot1-1/+1
2017-03-16Fix: used new created classes.Romain Forlot1-1/+1
2017-03-16Use the new created class and their respectivesRomain Forlot1-7/+9
2017-03-16Use static method now as they are all static. No needRomain Forlot1-3/+1
2017-03-16Change all old struct name to the new class.Romain Forlot1-2/+2
2017-03-16Cleaning old can_bus_dev_t now implementedRomain Forlot1-148/+16
2017-03-16separation of can_bus_t and can_bus_dev_t and use of the new socket class.Loïc Collignon1-71/+4
2017-03-16It isn't needed to initialize diag managerRomain Forlot1-3/+2
2017-03-16Introducing diagnostic manager class.Romain Forlot1-4/+4
2017-03-16Include file changes, typo and renaming operation.Romain Forlot1-8/+8
2017-03-16Beginning of work on obd2 object andRomain Forlot1-0/+556