aboutsummaryrefslogtreecommitdiffstats
path: root/src/can-utils.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-28Re-arranging objects splitting all objects overRomain Forlot1-485/+0
2017-02-28Fix: start reading the can bus if it was correctlyRomain Forlot1-2/+4
2017-02-27Added some DEBUG log messages around reading confRomain Forlot1-1/+7
2017-02-27In class mutex and condition variable except for subscribed_signals mapRomain Forlot1-0/+20
2017-02-24Improve mutex lock logic.Romain Forlot1-1/+18
2017-02-24Remove socket read management by systemd eventRomain Forlot1-33/+0
2017-02-24Fix: wrong if...else atomic expressionRomain Forlot1-1/+4
2017-02-24Fix mutex about can_frame. Wrong location aboutRomain Forlot1-3/+4
2017-02-23First draft about lock/wait thread management.Romain Forlot1-139/+182
2017-02-23Make binder_interface global variable rather thanRomain Forlot1-35/+36
2017-02-22Improve doxygen commentsRomain Forlot1-61/+1
2017-02-22Enhance error handling about can_message_t classRomain Forlot1-18/+36
2017-02-22No more warning about not defined functionsRomain Forlot1-1/+1
2017-02-22All queue under can_bus_t class and reading threadRomain Forlot1-51/+51
2017-02-22Fix: force to pass a ref at threads launchRomain Forlot1-4/+4
2017-02-21Fix: threads launching with wrong argumentsRomain Forlot1-8/+6
2017-02-21Multifixes: class and methods, typo, commentsRomain Forlot1-48/+64
2017-02-21Fixed can bus class (almost)Romain Forlot1-149/+149
2017-02-21Handle error in returning a vector by returningRomain Forlot1-11/+12
2017-02-21Clean up include statement...Romain Forlot1-18/+19
2017-02-21Fix: OBD2_PIDS array initializationRomain Forlot1-15/+13
2017-02-20Fix: timer.* issuesRomain Forlot1-53/+56
2017-02-20Separated can_bus and can_bus_dev object.Romain Forlot1-31/+145
2017-02-20Rename header file to hpp.Romain Forlot1-39/+44
2017-02-16Change way signaling end of queue for can messagesRomain Forlot1-2/+19
2017-02-16Add can_message_t constructor. Make the classRomain Forlot1-39/+39
2017-02-16Change CanMessage_c to can_message_t class nameRomain Forlot1-23/+23
2017-02-16Adding canbus read methodRomain Forlot1-17/+64
2017-02-16Use initialisation list with CanBus_c constructorRomain Forlot1-37/+33
2017-02-14Add VehicleMessage queue methodsRomain Forlot1-1/+23
2017-02-14Implement CanMessage_c method to navigate throughRomain Forlot1-0/+23
2017-02-14Move sources into src directoryRomain Forlot1-0/+226