aboutsummaryrefslogtreecommitdiffstats
path: root/src/can-bus.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Beginning of work on obd2 object andRomain Forlot1-556/+0
2017-03-06Comment pass to cpp file instead of hppRomain Forlot1-7/+131
2017-03-06Fix: clear pointer vector before fill it.Romain Forlot1-46/+40
2017-03-03change all genericName to generic_name. Now allRomain Forlot1-6/+6
2017-03-03tbfRomain Forlot1-0/+1
2017-03-02Clean up uneeded members and functionsRomain Forlot1-8/+0
2017-03-02Fix: unsynchronization between queues.Romain Forlot1-35/+39
2017-03-02Debugging message cookRomain Forlot1-6/+6
2017-03-02Fix: multiple subscription and maintain subscribed_signals coherenceRomain Forlot1-8/+13
2017-03-02Clean and imrove log messages.Romain Forlot1-6/+2
2017-03-01New way to return canfd_frame with now number of read bytes.Romain Forlot1-2/+2
2017-03-01Fix: wrong format to display can_message_t informationRomain Forlot1-1/+1
2017-03-01Wrong call to thread.join cause deadlock and thread termination.Romain Forlot1-3/+0
2017-03-01Fix: miss 'if' brackets to get incomplete CAN frames correctlyRomain Forlot1-6/+7
2017-03-01Fix: improve can_message readRomain Forlot1-19/+8
2017-03-01Delete for good obsolete codeRomain Forlot1-1/+1
2017-02-28Implement a new method returning the can deviceRomain Forlot1-0/+5
2017-02-28Fix: can bus object life is now expanded and don'tRomain Forlot1-25/+17
2017-02-28Fix: wrong argument passed to start_reading().Romain Forlot1-1/+1
2017-02-28Added debugging messages.Romain Forlot1-3/+8
2017-02-28Make the thread function members of can_bus_t and can_bus_dev_t objects.Romain Forlot1-35/+123
2017-02-28Re-arranging objects splitting all objects overRomain Forlot1-0/+363