summaryrefslogtreecommitdiffstats
path: root/src/low-can-binding.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-23First draft about lock/wait thread management.Romain Forlot1-6/+45
2017-02-23Make binder_interface global variable rather thanRomain Forlot1-2/+2
2017-02-23Cleaning, improve commentsRomain Forlot1-2/+2
2017-02-22Header include spring cleaningRomain Forlot1-36/+15
2017-02-22make binder_interface globalJosé Bollo1-11/+50
2017-02-22No more warning about not defined functionsRomain Forlot1-1/+1
2017-02-22Resolve circular header files inclusionRomain Forlot1-1/+1
2017-02-21Fix: threads launching with wrong argumentsRomain Forlot1-2/+3
2017-02-21Clean up include statement...Romain Forlot1-21/+0
2017-02-21Cleaned up, a bit, include statement.Romain Forlot1-5/+1
2017-02-21Fix: OBD2_PIDS array initializationRomain Forlot1-63/+58
2017-02-20Fix: timer.* issuesRomain Forlot1-129/+73
2017-02-20Separated can_bus and can_bus_dev object.Romain Forlot1-66/+84
2017-02-20Rename header file to hpp.Romain Forlot1-1/+1
2017-02-16Change CanMessage_c to can_message_t class nameRomain Forlot1-1/+1
2017-02-16Changing CanBus_c to can_bus_t class nameRomain Forlot1-2/+11
2017-02-15Fixed subscribe/unsubscribe operations.Romain Forlot1-8/+28
2017-02-14Move sources into src directoryRomain Forlot1-0/+253