summaryrefslogtreecommitdiffstats
path: root/src/can_reader.hpp
AgeCommit message (Collapse)AuthorFilesLines
2017-02-23First draft about lock/wait thread management.Romain Forlot1-2/+4
Reordering include files Change-Id: Ia6d9ee30eb4e1df0c380c26355679fe00b373aa8 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-02-22No more warning about not defined functionsRomain Forlot1-1/+0
because of wrong header files inclusion. Some variables are now accessible using functions rather than using global variables that can not be accessed through separated files. Also fix timer returning function type. Change-Id: I36138ff671c2537f595235273abaa34783be18e1 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-02-22All queue under can_bus_t class and reading threadRomain Forlot1-1/+1
function with an additionnal can_bus_t object argument Change-Id: I6b0b9b66e83be59359bcd148e8b9f3350a085b64 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2017-02-22Added separated header filesRomain Forlot1-0/+24
Change-Id: Ife7701b54149c12bce969468adb667a6c101d01a Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>