Get recurring requests works.
[apps/low-level-can-service.git] / src / diagnostic / diagnostic-manager.cpp
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.