Justify text
[apps/low-level-can-service.git] / src / diagnostic /
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 ForlotFix diagnostic message name mismatch at decoding.
2017-03-16 Romain ForlotFollow rename operation in CMakeLists.txt
2017-03-16 Romain ForlotSmall fixes
2017-03-16 Romain ForlotFinalization of decoding part of diagnostic messages.
2017-03-16 Romain ForlotRetrieve easily Diagnostic Request PID from an Active...
2017-03-16 Romain ForlotRename class and 1:1 map to JSON description file
2017-03-16 Romain ForlotMake available decoding OBD2 messages method to be...
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 ForlotUniformization between get_name() method of signals.
2017-03-16 Romain ForlotChange way to check prefix of signals name.
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 ForlotMove member from obd2_signals_t class to
2017-03-16 Romain ForlotGet decoding diagnostic request from decoding thread...
2017-03-16 Romain ForlotChange the way to check signal type making prefix_
2017-03-16 Romain ForlotReordering class method.
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 ForlotWe doesn't modify member once getted, we can use const...
2017-03-16 Romain ForlotManage prefix on CAN and OBD2 prefix. Searching signals
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 ForlotFormat
2017-03-16 Romain ForlotFix: include path (where I think to fix them...)
2017-03-16 Romain ForlotFix: missed method declaration
2017-03-16 Romain ForlotBetter use a reference
2017-03-16 Romain ForlotRespect the signature requested by uds-c lib.
2017-03-16 Romain ForlotMove some functions to configuration class.
2017-03-16 Romain ForlotTypo and formating.
2017-03-16 Romain ForlotFix all doxygen comments about parameters.
2017-03-16 Romain ForlotRemove now unused function that has moved into configur...
2017-03-16 Romain ForlotAdded a warning that it is an example code
2017-03-16 Loïc CollignonChange doxygen comments
2017-03-16 Romain ForlotBeginning of work of get central configuration object
2017-03-16 Romain ForlotIntroducing active-diagnostic-message that will be...
2017-03-16 Romain ForlotFix: typo, and dirty fix to get compiled ftm.
2017-03-16 Romain ForlotIntroducing diagnostic manager class.
2017-03-16 Romain ForlotMake an extern get_signal_id() function plug to get_pid()
2017-03-16 Romain ForlotFix: wrong function signature and get out from class
2017-03-16 Romain ForlotInclude file changes, typo and renaming operation.
2017-03-16 Romain ForlotFinalize new directories organization.
2017-03-16 Romain ForlotBeginning of work on obd2 object and