summaryrefslogtreecommitdiffstats
path: root/src/diagnostic/diagnostic-manager.hpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Handle project new architecture using new CMakeFileRomain Forlot1-99/+0
2017-03-23Send diag request only if not other one with some id runningRomain Forlot1-0/+1
2017-03-17Comments fixes, typo and formating.Romain Forlot1-9/+9
2017-03-16Include cleaningRomain Forlot1-7/+4
2017-03-16Adding missing doxygen comments.Romain Forlot1-5/+4
2017-03-16Implement check of supported diagnostic PID.Romain Forlot1-1/+1
2017-03-16Finalization of decoding part of diagnostic messages.Romain Forlot1-4/+8
2017-03-16Simplification of checking Diagnostic response.Romain Forlot1-2/+1
2017-03-16Revert accessing CAN device with a map indexing on dev nameRomain Forlot1-5/+6
2017-03-16Simplification of diagnostic manager. Delete uneeded vectorRomain Forlot1-12/+2
2017-03-16Get decoding diagnostic request from decoding thread of can_bus_tRomain Forlot1-0/+7
2017-03-16Change method returned value. Needed with send_request()Romain Forlot1-2/+1
2017-03-16Implemente way to send diagnostic request when subscribed.Romain Forlot1-0/+5
2017-03-16Make diagnostic manager initialization processus.Romain Forlot1-5/+6
2017-03-16Keep raw pointer for now as we have to move them around vector.Romain Forlot1-8/+8
2017-03-16Finalize the class active_diag... to get it compile.Romain Forlot1-0/+1
2017-03-16Adding requests to diagnostic manager implemented.Romain Forlot1-4/+14
2017-03-16Fix: include statement with wrong path.Romain Forlot1-8/+11
2017-03-16Added constructor to get vector initialized with defaultRomain Forlot1-12/+12
2017-03-16Add necessary to be able to initialize diagnostic manager shims.Romain Forlot1-1/+4
2017-03-16Changing to a raw pointer can_bus_dev member and addRomain Forlot1-1/+3
2017-03-16FormatRomain Forlot1-27/+27
2017-03-16Better use a referenceRomain Forlot1-2/+2
2017-03-16Respect the signature requested by uds-c lib.Romain Forlot1-2/+2
2017-03-16Introducing diagnostic manager class.Romain Forlot1-0/+77