aboutsummaryrefslogtreecommitdiffstats
path: root/src/can_decode_message.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-27In class mutex and condition variable except for subscribed_signals mapRomain Forlot1-5/+5
2017-02-27Changed the decoding functionRomain Forlot1-3/+2
2017-02-24Improve mutex lock logic.Romain Forlot1-18/+21
2017-02-23First draft about lock/wait thread management.Romain Forlot1-19/+32
2017-02-23Make binder_interface global variable rather thanRomain Forlot1-2/+2
2017-02-22No more warning about not defined functionsRomain Forlot1-5/+6
2017-02-22Resolve circular header files inclusionRomain Forlot1-1/+1
2017-02-22All queue under can_bus_t class and reading threadRomain Forlot1-21/+20
2017-02-22Fix: force to pass a ref at threads launchRomain Forlot1-5/+5
2017-02-21Multifixes: class and methods, typo, commentsRomain Forlot1-3/+2
2017-02-21Cleaned up, a bit, include statement.Romain Forlot1-11/+1
2017-02-21Fix: OBD2_PIDS array initializationRomain Forlot1-103/+2
2017-02-20Rename header file to hpp.Romain Forlot1-51/+74
2017-02-16Change Decoder_c class name to decoder_tRomain Forlot1-7/+7
2017-02-16Change CanMessage_c to can_message_t class nameRomain Forlot1-2/+2
2017-02-15Change way to iterate over found signalsRomain Forlot1-23/+93
2017-02-14Decode a can message and construct a VehicleMessageRomain Forlot1-9/+10
2017-02-14First raw write to decode CAN messagesRomain Forlot1-4/+40
2017-02-14Move sources into src directoryRomain Forlot1-0/+40