summaryrefslogtreecommitdiffstats
path: root/src/can/can-message.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Comments fixes, typo and formating.Romain Forlot1-67/+67
2017-03-16Adding missing doxygen comments.Romain Forlot1-2/+14
2017-03-16Revert accessing CAN device with a map indexing on dev nameRomain Forlot1-1/+1
2017-03-16Improve Doxygen comments and formating.Romain Forlot1-1/+4
2017-03-16Implement signals states decoder and change mapRomain Forlot1-2/+2
2017-03-16Separation of classes in the same file.Romain Forlot1-20/+0
2017-03-16Fix: include statement with wrong path.Romain Forlot1-2/+2
2017-03-16typoRomain Forlot1-1/+1
2017-03-16Typo and formating.Romain Forlot1-6/+6
2017-03-16Constructor making mandatory to pass a can_bus_dev_tRomain Forlot1-2/+2
2017-03-16Misplaced test of rtr_flag bool and length assignationRomain Forlot1-5/+2
2017-03-16Fix: method to allocate a new can_message_t objectRomain Forlot1-48/+57
2017-03-16Again change enum name and add "_t" suffix to getRomain Forlot1-13/+13
2017-03-16Change CanMessageFormat name to make itRomain Forlot1-12/+12
2017-03-16Clean old C struct, now as C++ classRomain Forlot1-0/+16
2017-03-16Make convert method static to get called at the returnRomain Forlot1-137/+71
2017-03-16Fix all doxygen comments about parameters.Romain Forlot1-17/+17
2017-03-16Include file changes, typo and renaming operation.Romain Forlot1-1/+1
2017-03-16Beginning of work on obd2 object andRomain Forlot1-0/+313