summaryrefslogtreecommitdiffstats
path: root/src/can-signals.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Beginning of work on obd2 object andRomain Forlot1-101/+0
2017-03-06Sort and comment the codeRomain Forlot1-27/+17
2017-03-06Change way to find signals to make it a little bit more generic.Romain Forlot1-32/+22
2017-03-03change all genericName to generic_name. Now allRomain Forlot1-3/+3
2017-03-03tbfRomain Forlot1-1/+1
2017-03-02Fix: unsynchronization between queues.Romain Forlot1-1/+0
2017-03-02Adding DEBUG messages to track error on STL containerRomain Forlot1-8/+17
2017-03-02Fix: Wrong set up of vector.Romain Forlot1-2/+8
2017-03-02Fix: multiple subscription and maintain subscribed_signals coherenceRomain Forlot1-6/+17
2017-03-01Change id to an hexadecimal value.Romain Forlot1-5/+2
2017-02-27Fix: mismatch function signature and implementationRomain Forlot1-1/+1
2017-02-27Fix decoder_t methods to get it compileRomain Forlot1-2/+7
2017-02-27In class mutex and condition variable except for subscribed_signals mapRomain Forlot1-0/+12
2017-02-23First draft about lock/wait thread management.Romain Forlot1-0/+4
2017-02-23Make binder_interface global variable rather thanRomain Forlot1-2/+2
2017-02-22No more warning about not defined functionsRomain Forlot1-0/+18
2017-02-22Resolve circular header files inclusionRomain Forlot1-1/+1
2017-02-22Fix: force to pass a ref at threads launchRomain Forlot1-20/+1
2017-02-21Fix: OBD2_PIDS array initializationRomain Forlot1-31/+39
2017-02-20Fix: timer.* issuesRomain Forlot1-3/+0
2017-02-16Change way to iter over vectorRomain Forlot1-12/+15
2017-02-16Change to push_back instead of insert.Romain Forlot1-3/+4
2017-02-16Changing CanBus_c to can_bus_t class nameRomain Forlot1-1/+1
2017-02-15Fixed subscribe/unsubscribe operations.Romain Forlot1-11/+24
2017-02-14Implement GetSignals methodRomain Forlot1-9/+26
2017-02-14Move sources into src directoryRomain Forlot1-0/+40