summaryrefslogtreecommitdiffstats
path: root/src/can/can-bus-dev.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Comments fixes, typo and formating.Romain Forlot1-15/+30
2017-03-16Include cleaningRomain Forlot1-3/+2
2017-03-16Improve Doxygen comments and formating.Romain Forlot1-3/+8
2017-03-16Get decoding diagnostic request from decoding thread of can_bus_tRomain Forlot1-0/+5
2017-03-16fix: test for opened CAN socket.Romain Forlot1-5/+5
2017-03-16Also initialize the id_ renamed address_ member. This memberRomain Forlot1-4/+3
2017-03-16Adding needed getter for diagnostic manager. UsefulRomain Forlot1-0/+5
2017-03-16Fix: include statement with wrong path.Romain Forlot1-1/+1
2017-03-16Fix: wrong tested variable for socket.Romain Forlot1-2/+3
2017-03-16Add necessary to be able to initialize diagnostic manager shims.Romain Forlot1-4/+4
2017-03-16Fix: bugs in class due to the wrapping of C socketRomain Forlot1-5/+5
2017-03-16Added a static method to get used by Diagnostic managerRomain Forlot1-0/+31
2017-03-16Fix: wrong socket variable called.Romain Forlot1-1/+1
2017-03-16Typo and formating.Romain Forlot1-2/+2
2017-03-16Added missing method of the class.Romain Forlot1-20/+123
2017-03-16Cleaning old can_bus_dev_t now implementedRomain Forlot1-6/+6
2017-03-16separation of can_bus_t and can_bus_dev_t and use of the new socket class.Loïc Collignon1-0/+92