Include cleaning
[apps/agl-service-can-low-level.git] / src / diagnostic / diagnostic-manager.hpp
2017-03-16 Romain ForlotInclude cleaning
2017-03-16 Romain ForlotAdding missing doxygen comments.
2017-03-16 Romain ForlotImplement check of supported diagnostic PID.
2017-03-16 Romain ForlotFinalization of decoding part of diagnostic messages.
2017-03-16 Romain ForlotSimplification of checking Diagnostic response.
2017-03-16 Romain ForlotRevert accessing CAN device with a map indexing on...
2017-03-16 Romain ForlotSimplification of diagnostic manager. Delete uneeded...
2017-03-16 Romain ForlotGet decoding diagnostic request from decoding thread...
2017-03-16 Romain ForlotChange method returned value. Needed with send_request()
2017-03-16 Romain ForlotImplemente way to send diagnostic request when subscribed.
2017-03-16 Romain ForlotMake diagnostic manager initialization processus.
2017-03-16 Romain ForlotKeep raw pointer for now as we have to move them around...
2017-03-16 Romain ForlotFinalize the class active_diag... to get it compile.
2017-03-16 Romain ForlotAdding requests to diagnostic manager implemented.
2017-03-16 Romain ForlotFix: include statement with wrong path.
2017-03-16 Romain ForlotAdded constructor to get vector initialized with default
2017-03-16 Romain ForlotAdd necessary to be able to initialize diagnostic manag...
2017-03-16 Romain ForlotChanging to a raw pointer can_bus_dev member and add
2017-03-16 Romain ForlotFormat
2017-03-16 Romain ForlotBetter use a reference
2017-03-16 Romain ForlotRespect the signature requested by uds-c lib.
2017-03-16 Romain ForlotIntroducing diagnostic manager class.