aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-11Handle project new architecture using new CMakeFileRomain Forlot45-4922/+0
2017-04-11Unsubscribe instead of subscribe if can't adding to recurring requestRomain Forlot1-9/+6
2017-04-11Fix: make no clients event works with CAN subscriptionRomain Forlot2-4/+13
2017-04-11Fix: wrong period operation without unit multiplicatorRomain Forlot3-8/+10
2017-04-11Use by default can0Romain Forlot1-1/+1
2017-04-11CleaningRomain Forlot1-1/+1
2017-04-11Handle simultaneous subscription to diagnostic messages.Romain Forlot2-9/+16
2017-04-11Handle cancel active diag requet when there are no more subscribersRomain Forlot5-23/+48
2017-04-11Fix: unsubscription to diagnostic messages.Romain Forlot2-6/+14
2017-04-11Get recurring requests suspend proof.Romain Forlot1-2/+2
2017-04-11Fix: Empty every queue before unlock mutex.Romain Forlot1-18/+25
2017-04-11Improve detail in DEBUG message at recurring request submissionRomain Forlot1-3/+7
2017-04-11Port configuration parsing to a separate object.Romain Forlot2-0/+127
2017-04-11Erase compilation WARNING.Romain Forlot4-11/+5
2017-04-11Fix: wrong pointer validity check...Romain Forlot1-1/+1
2017-04-11Fix: don't clean recurring request except if forcedRomain Forlot1-4/+3
2017-03-23Comments.Romain Forlot1-1/+2
2017-03-23Max in flight requests set to 8Romain Forlot1-0/+10
2017-03-23Send diag request only if not other one with some id runningRomain Forlot4-29/+29
2017-03-22Fix: make sure install execute sequentiallyForlot Romain [IoT.bzh]1-1/+2
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