summaryrefslogtreecommitdiffstats
path: root/src/can/can-message.hpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Separation of classes in the same file.Romain Forlot1-44/+0
2017-03-16Fix: include statement with wrong path.Romain Forlot1-1/+2
2017-03-16separation to a new file of can_message_set_tLoïc Collignon1-21/+0
2017-03-16Change FrequencyClock struct to class and rename it.Romain Forlot1-1/+1
2017-03-16Typo and formating.Romain Forlot1-1/+1
2017-03-16Constructor making mandatory to pass a can_bus_dev_tRomain Forlot1-1/+1
2017-03-16Fix: method to allocate a new can_message_t objectRomain Forlot1-21/+21
2017-03-16Again change enum name and add "_t" suffix to getRomain Forlot1-6/+6
2017-03-16Change all old struct name to the new class.Romain Forlot1-4/+4
2017-03-16Forward declaration needed instead of include theRomain Forlot1-1/+2
2017-03-16Change CanMessageFormat name to make itRomain Forlot1-5/+5
2017-03-16Clean old C struct, now as C++ classRomain Forlot1-47/+6
2017-03-16Fix: declaration and implementation of needed methodsRomain Forlot1-1/+1
2017-03-16Make convert method static to get called at the returnRomain Forlot1-16/+9
2017-03-16Fix all doxygen comments about parameters.Romain Forlot1-14/+14
2017-03-16Fix: missing method declarationRomain Forlot1-0/+1
2017-03-16Make dumb poco class from old C structRomain Forlot1-6/+7
2017-03-16Added a warning that it is an example codeRomain Forlot1-0/+18
2017-03-16Beginning of work of get central configuration objectRomain Forlot1-0/+15
2017-03-16Finalize new directories organization.Romain Forlot1-1/+1
2017-03-16Beginning of work on obd2 object andRomain Forlot1-0/+151