aboutsummaryrefslogtreecommitdiffstats
path: root/src/diagnostic
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Less control before process the CAN message.Romain Forlot1-6/+5
2017-03-16Implement regular event launching using systemd event loopRomain Forlot1-11/+16
2017-03-16Move diagnostic requests scheduling to diagnostic managerRomain Forlot1-1/+22
2017-03-16Fix: Initialization and entries flowRomain Forlot1-8/+11
2017-03-16Move member from obd2_signals_t class toRomain Forlot4-80/+47
2017-03-16Get decoding diagnostic request from decoding thread of can_bus_tRomain Forlot2-0/+64
2017-03-16Change the way to check signal type making prefix_Romain Forlot2-8/+10
2017-03-16Reordering class method.Romain Forlot1-17/+17
2017-03-16Change method returned value. Needed with send_request()Romain Forlot2-10/+7
2017-03-16Implemente way to send diagnostic request when subscribed.Romain Forlot6-1/+93
2017-03-16Make diagnostic manager initialization processus.Romain Forlot4-37/+45
2017-03-16We doesn't modify member once getted, we can use const returnRomain Forlot2-9/+26
2017-03-16Manage prefix on CAN and OBD2 prefix. Searching signalsRomain Forlot2-24/+15
2017-03-16Instead of a global pointer, config is now a Singleton.Romain Forlot1-1/+1
2017-03-16Keep raw pointer for now as we have to move them around vector.Romain Forlot4-64/+81
2017-03-16Finalize the class active_diag... to get it compile.Romain Forlot4-36/+43
2017-03-16Adding requests to diagnostic manager implemented.Romain Forlot4-40/+313
2017-03-16Fix: include statement with wrong path.Romain Forlot6-21/+31
2017-03-16Added constructor to get vector initialized with defaultRomain Forlot4-36/+92
2017-03-16Add necessary to be able to initialize diagnostic manager shims.Romain Forlot2-3/+17
2017-03-16Changing to a raw pointer can_bus_dev member and addRomain Forlot2-2/+7
2017-03-16FormatRomain Forlot1-27/+27
2017-03-16Fix: include path (where I think to fix them...)Romain Forlot1-2/+3
2017-03-16Fix: missed method declarationRomain Forlot1-1/+1
2017-03-16Better use a referenceRomain Forlot1-2/+2
2017-03-16Respect the signature requested by uds-c lib.Romain Forlot2-3/+3
2017-03-16Move some functions to configuration class.Romain Forlot2-24/+2
2017-03-16Typo and formating.Romain Forlot1-3/+3
2017-03-16Fix all doxygen comments about parameters.Romain Forlot2-14/+14
2017-03-16Remove now unused function that has moved into configuration classRomain Forlot1-4/+1
2017-03-16Added a warning that it is an example codeRomain Forlot2-13/+13
2017-03-16Change doxygen commentsLoïc Collignon1-1/+0
2017-03-16Beginning of work of get central configuration objectRomain Forlot2-39/+2
2017-03-16Introducing active-diagnostic-message that will be holdRomain Forlot1-0/+82
2017-03-16Fix: typo, and dirty fix to get compiled ftm.Romain Forlot2-8/+9
2017-03-16Introducing diagnostic manager class.Romain Forlot3-14/+121
2017-03-16Make an extern get_signal_id() function plug to get_pid()Romain Forlot2-3/+15
2017-03-16Fix: wrong function signature and get out from classRomain Forlot2-3/+2
2017-03-16Include file changes, typo and renaming operation.Romain Forlot2-22/+15
2017-03-16Finalize new directories organization.Romain Forlot1-3/+3
2017-03-16Beginning of work on obd2 object andRomain Forlot2-0/+300