aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Make error goes back to the subscribed clients when unsupported.Romain Forlot2-1/+1
2017-03-20Fix: Avoid segfault if diagnostic bus isn't correctly set.Romain Forlot3-10/+24
2017-03-19Fix bad handling unsupported OBD2 messages subscription.Romain Forlot2-3/+4
2017-03-18Improve Toyota examples.Romain Forlot1-89/+0
2017-03-17Comments fixes, typo and formating.Romain Forlot21-603/+575
2017-03-16Diagnostic requests will occur depending on their frequency.Romain Forlot1-1/+1
2017-03-16Wrong error handling when fire diagnostic request.Romain Forlot1-6/+4
2017-03-16Generate a configuration example with diagnostic messages filled too.Romain Forlot1-120/+36
2017-03-16Fix: decoded name will be prefixed as at subscription.Romain Forlot1-1/+1
2017-03-16Include cleaningRomain Forlot15-23/+19
2017-03-16Adding missing doxygen comments.Romain Forlot12-162/+332
2017-03-16Generated cpp file example.Romain Forlot1-60/+163
2017-03-16Use index number between objects to set their links.Romain Forlot6-22/+75
2017-03-16Implement check of supported diagnostic PID.Romain Forlot5-3/+31
2017-03-16Improve commentsRomain Forlot2-2/+3
2017-03-16Make unsubscription works with diagnostic message too.Romain Forlot1-11/+20
2017-03-16Fix commentsRomain Forlot1-2/+1
2017-03-16Fix diagnostic message name mismatch at decoding.Romain Forlot1-1/+1
2017-03-16Follow rename operation in CMakeLists.txtRomain Forlot9-9/+9
2017-03-16Small fixesRomain Forlot2-4/+3
2017-03-16Finalization of decoding part of diagnostic messages.Romain Forlot4-67/+102
2017-03-16Retrieve easily Diagnostic Request PID from an Active Diagnostic RequestRomain Forlot2-0/+10
2017-03-16Ease use of openXC structures.Romain Forlot2-0/+29
2017-03-16Rename class and 1:1 map to JSON description fileRomain Forlot7-55/+73
2017-03-16Make available decoding OBD2 messages method to be use as callback.Romain Forlot4-19/+22
2017-03-16Simplification of checking Diagnostic response.Romain Forlot3-26/+17
2017-03-16Improve memory allocation about Signal states.Romain Forlot4-12/+12
2017-03-16Revert accessing CAN device with a map indexing on dev nameRomain Forlot13-42/+73
2017-03-16Uniformization between get_name() method of signals.Romain Forlot1-2/+2
2017-03-16Littles comments improvmentsRomain Forlot1-2/+2
2017-03-16Change way to check prefix of signals name.Romain Forlot2-2/+5
2017-03-16Improve shims_logger function to get full details.Romain Forlot1-3/+8
2017-03-16Get recurring requests works.Romain Forlot1-38/+33
2017-03-16Simplification of diagnostic manager. Delete uneeded vectorRomain Forlot2-51/+22
2017-03-16Return period without unit conversion.Romain Forlot1-3/+1
2017-03-16Search signals against name not generic_name. It's madeRomain Forlot2-3/+3
2017-03-16Less control before process the CAN message.Romain Forlot1-6/+5
2017-03-16Implement regular event launching using systemd event loopRomain Forlot3-21/+49
2017-03-16Improve logging messages and change string conversion to charRomain Forlot1-5/+5
2017-03-16Move diagnostic requests scheduling to diagnostic managerRomain Forlot2-8/+22
2017-03-16Fix: Initialization and entries flowRomain Forlot1-8/+11
2017-03-16Enabling recurrent check of diagnostic requests.Romain Forlot1-0/+1
2017-03-16Improve Doxygen comments and formating.Romain Forlot12-268/+281
2017-03-16Improve: DEBUG messages.Romain Forlot2-2/+2
2017-03-16Fix: return before initialization of diagnostic manager.Romain Forlot1-4/+2
2017-03-16Make decoder systematic use of openxc-utils to buildRomain Forlot1-12/+5
2017-03-16Implement signals states decoder and change mapRomain Forlot4-23/+26
2017-03-16Search into generic_name as well as name + prefix, butRomain Forlot3-4/+8
2017-03-16Adding/Fix classes constructors to make them correspondRomain Forlot7-40/+70
2017-03-16Separation of classes in the same file.Romain Forlot5-66/+88