summaryrefslogtreecommitdiffstats
path: root/src/diagnostic/active-diagnostic-request.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Handle project new architecture using new CMakeFileRomain Forlot1-194/+0
2017-04-11CleaningRomain Forlot1-1/+1
2017-04-11Handle simultaneous subscription to diagnostic messages.Romain Forlot1-3/+3
2017-03-23Send diag request only if not other one with some id runningRomain Forlot1-6/+5
2017-03-17Comments fixes, typo and formating.Romain Forlot1-1/+0
2017-03-16Include cleaningRomain Forlot1-1/+1
2017-03-16Adding missing doxygen comments.Romain Forlot1-5/+17
2017-03-16Fix diagnostic message name mismatch at decoding.Romain Forlot1-1/+1
2017-03-16Retrieve easily Diagnostic Request PID from an Active Diagnostic RequestRomain Forlot1-0/+9
2017-03-16Revert accessing CAN device with a map indexing on dev nameRomain Forlot1-5/+7
2017-03-16Uniformization between get_name() method of signals.Romain Forlot1-2/+2
2017-03-16Change way to check prefix of signals name.Romain Forlot1-1/+4
2017-03-16Move member from obd2_signals_t class toRomain Forlot1-0/+34
2017-03-16Implemente way to send diagnostic request when subscribed.Romain Forlot1-0/+22
2017-03-16Make diagnostic manager initialization processus.Romain Forlot1-2/+2
2017-03-16Keep raw pointer for now as we have to move them around vector.Romain Forlot1-12/+15
2017-03-16Finalize the class active_diag... to get it compile.Romain Forlot1-24/+31
2017-03-16Adding requests to diagnostic manager implemented.Romain Forlot1-23/+76
2017-03-16Fix: include statement with wrong path.Romain Forlot1-0/+2
2017-03-16Added constructor to get vector initialized with defaultRomain Forlot1-0/+49