summaryrefslogtreecommitdiffstats
path: root/src/low-can-binding.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-20Make error goes back to the subscribed clients when unsupported.Romain Forlot1-1/+0
2017-03-20Fix: Avoid segfault if diagnostic bus isn't correctly set.Romain Forlot1-5/+7
2017-03-19Fix bad handling unsupported OBD2 messages subscription.Romain Forlot1-2/+3
2017-03-17Comments fixes, typo and formating.Romain Forlot1-22/+20
2017-03-16Include cleaningRomain Forlot1-0/+1
2017-03-16Adding missing doxygen comments.Romain Forlot1-2/+2
2017-03-16Implement check of supported diagnostic PID.Romain Forlot1-1/+6
2017-03-16Improve commentsRomain Forlot1-2/+2
2017-03-16Make unsubscription works with diagnostic message too.Romain Forlot1-11/+20
2017-03-16Follow rename operation in CMakeLists.txtRomain Forlot1-1/+1
2017-03-16Rename class and 1:1 map to JSON description fileRomain Forlot1-5/+5
2017-03-16Revert accessing CAN device with a map indexing on dev nameRomain Forlot1-1/+1
2017-03-16Improve logging messages and change string conversion to charRomain Forlot1-5/+5
2017-03-16Move diagnostic requests scheduling to diagnostic managerRomain Forlot1-7/+0
2017-03-16Enabling recurrent check of diagnostic requests.Romain Forlot1-0/+1
2017-03-16Improve Doxygen comments and formating.Romain Forlot1-3/+3
2017-03-16Fix: return before initialization of diagnostic manager.Romain Forlot1-4/+2
2017-03-16Move member from obd2_signals_t class toRomain Forlot1-4/+5
2017-03-16Change the way to check signal type making prefix_Romain Forlot1-3/+1
2017-03-16Fix: set to microsecond frequency check of diag requestRomain Forlot1-1/+3
2017-03-16Keep subscription to signal simplier without doublingRomain Forlot1-45/+8
2017-03-16Missing include header and code reordering and cleaning.Romain Forlot1-0/+2
2017-03-16Implemente way to send diagnostic request when subscribed.Romain Forlot1-3/+56
2017-03-16Use of signals prefix to be able to distinguish type ofRomain Forlot1-0/+4
2017-03-16Make diagnostic manager initialization processus.Romain Forlot1-1/+5
2017-03-16We doesn't modify member once getted, we can use const returnRomain Forlot1-0/+1
2017-03-16Instead of a global pointer, config is now a Singleton.Romain Forlot1-4/+1
2017-03-16Change all old struct name to the new class.Romain Forlot1-2/+2
2017-03-16Move "config" variable as global.Romain Forlot1-0/+1
2017-03-16Fix: wrong assignement of can_bus_t object.Romain Forlot1-1/+1
2017-03-16Miss removed header file includeRomain Forlot1-0/+5
2017-03-16Make a global variable to a configuration object.Romain Forlot1-4/+4
2017-03-16Added a warning that it is an example codeRomain Forlot1-5/+1
2017-03-16Beginning of work of get central configuration objectRomain Forlot1-11/+5
2017-03-16Fix: typo, and dirty fix to get compiled ftm.Romain Forlot1-2/+4
2017-03-16Fix: typoRomain Forlot1-1/+1
2017-03-16Finalize new directories organization.Romain Forlot1-6/+6
2017-03-16Beginning of work on obd2 object andRomain Forlot1-9/+9
2017-03-06Change way to find signals to make it a little bit more generic.Romain Forlot1-48/+26
2017-03-03change all genericName to generic_name. Now allRomain Forlot1-6/+6
2017-03-02Fix: multiple subscription and maintain subscribed_signals coherenceRomain Forlot1-13/+28
2017-03-01Fix: subscription and improve code readabiltyRomain Forlot1-16/+12
2017-02-28Fix: can bus object life is now expanded and don'tRomain Forlot1-3/+5
2017-02-28Re-arranging objects splitting all objects overRomain Forlot1-1/+2
2017-02-27Fix: wrong conf file name specifiedRomain Forlot1-3/+3
2017-02-27In class mutex and condition variable except for subscribed_signals mapRomain Forlot1-1/+1
2017-02-24Improve mutex lock logic.Romain Forlot1-15/+5
2017-02-24Remove socket read management by systemd eventRomain Forlot1-28/+0
2017-02-24Improve subscription/unsubscription operation.Romain Forlot1-32/+44
2017-02-24Fix mutex about can_frame. Wrong location aboutRomain Forlot1-2/+4