Comments.
[apps/agl-service-can-low-level.git] / src / diagnostic / diagnostic-manager.cpp
2017-03-23 Romain ForlotComments.
2017-03-23 Romain ForlotMax in flight requests set to 8
2017-03-23 Romain ForlotSend diag request only if not other one with some id...
2017-03-20 Romain ForlotMake error goes back to the subscribed clients when...
2017-03-20 Romain ForlotFix: Avoid segfault if diagnostic bus isn't correctly...
2017-03-19 Romain ForlotFix bad handling unsupported OBD2 messages subscription.
2017-03-17 Romain ForlotComments fixes, typo and formating.
2017-03-16 Romain ForlotDiagnostic requests will occur depending on their frequ...
2017-03-16 Romain ForlotWrong error handling when fire diagnostic request.
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 ForlotImprove comments
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 ForlotImprove shims_logger function to get full details.
2017-03-16 Romain ForlotGet recurring requests works.
2017-03-16 Romain ForlotSimplification of diagnostic manager. Delete uneeded...
2017-03-16 Romain ForlotLess control before process the CAN message.
2017-03-16 Romain ForlotImplement regular event launching using systemd event...
2017-03-16 Romain ForlotMove diagnostic requests scheduling to diagnostic manager
2017-03-16 Romain ForlotFix: Initialization and entries flow
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 ForlotInstead of a global pointer, config is now a Singleton.
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 ForlotRespect the signature requested by uds-c lib.
2017-03-16 Romain ForlotIntroducing diagnostic manager class.