summaryrefslogtreecommitdiffstats
path: root/src/diagnostic/diagnostic-message.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Handle project new architecture using new CMakeFileRomain Forlot1-108/+0
2017-03-17Comments fixes, typo and formating.Romain Forlot1-9/+9
2017-03-16Include cleaningRomain Forlot1-0/+1
2017-03-16Adding missing doxygen comments.Romain Forlot1-3/+5
2017-03-16Implement check of supported diagnostic PID.Romain Forlot1-0/+10
2017-03-16Follow rename operation in CMakeLists.txtRomain Forlot1-1/+1
2017-03-16Rename class and 1:1 map to JSON description fileRomain Forlot1-10/+19
2017-03-16Make available decoding OBD2 messages method to be use as callback.Romain Forlot1-18/+0
2017-03-16Move member from obd2_signals_t class toRomain Forlot1-70/+2
2017-03-16Change the way to check signal type making prefix_Romain Forlot1-4/+6
2017-03-16Reordering class method.Romain Forlot1-17/+17
2017-03-16Implemente way to send diagnostic request when subscribed.Romain Forlot1-0/+5
2017-03-16We doesn't modify member once getted, we can use const returnRomain Forlot1-6/+21
2017-03-16Manage prefix on CAN and OBD2 prefix. Searching signalsRomain Forlot1-0/+10
2017-03-16Fix: include statement with wrong path.Romain Forlot1-2/+3
2017-03-16Fix: include path (where I think to fix them...)Romain Forlot1-2/+3
2017-03-16Move some functions to configuration class.Romain Forlot1-23/+2
2017-03-16Fix all doxygen comments about parameters.Romain Forlot1-4/+4
2017-03-16Added a warning that it is an example codeRomain Forlot1-8/+8
2017-03-16Beginning of work of get central configuration objectRomain Forlot1-37/+0
2017-03-16Fix: typo, and dirty fix to get compiled ftm.Romain Forlot1-1/+2
2017-03-16Introducing diagnostic manager class.Romain Forlot1-14/+1
2017-03-16Make an extern get_signal_id() function plug to get_pid()Romain Forlot1-2/+12
2017-03-16Fix: wrong function signature and get out from classRomain Forlot1-1/+1
2017-03-16Include file changes, typo and renaming operation.Romain Forlot1-18/+10
2017-03-16Beginning of work on obd2 object andRomain Forlot1-0/+206