summaryrefslogtreecommitdiffstats
path: root/src/can
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Constructor making mandatory to pass a can_bus_dev_tRomain Forlot2-3/+3
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 Forlot2-69/+78
2017-03-16Again change enum name and add "_t" suffix to getRomain Forlot2-19/+19
2017-03-16Use the new created class and their respectivesRomain Forlot1-7/+9
2017-03-16Use static method now as they are all static. No needRomain Forlot1-3/+1
2017-03-16Change all old struct name to the new class.Romain Forlot6-32/+33
2017-03-16Forward declaration needed instead of include theRomain Forlot1-1/+2
2017-03-16Change CanMessageFormat name to make itRomain Forlot2-17/+17
2017-03-16Clean old C struct, now as C++ classRomain Forlot2-47/+22
2017-03-16Added missing method of the class.Romain Forlot1-20/+123
2017-03-16Make all class function as static to be accessibleRomain Forlot1-20/+18
2017-03-16Poco-ification of CanSignal struct as can_signal_t classRomain Forlot1-93/+35
2017-03-16Fix: declaration and implementation of needed methodsRomain Forlot2-1/+11
2017-03-16Cleaning old can_bus_dev_t now implementedRomain Forlot4-162/+30
2017-03-16Make convert method static to get called at the returnRomain Forlot2-153/+80
2017-03-16Fix all doxygen comments about parameters.Romain Forlot6-64/+64
2017-03-16Fix : wrong attribute typeRomain Forlot1-1/+1
2017-03-16Fix: missing method declarationRomain Forlot1-0/+1
2017-03-16Remove moved functions into configuration classRomain Forlot1-26/+0
2017-03-16Make dumb poco class from old C structRomain Forlot2-7/+16
2017-03-16Add movable constructor to the classRomain Forlot1-0/+1
2017-03-16Added a warning that it is an example codeRomain Forlot2-0/+57
2017-03-16separation of can_bus_t and can_bus_dev_t and use of the new socket class.Loïc Collignon4-159/+208
2017-03-16Change doxygen commentsLoïc Collignon1-37/+20
2017-03-16Beginning of work of get central configuration objectRomain Forlot3-67/+15
2017-03-16It isn't needed to initialize diag managerRomain Forlot2-8/+2
2017-03-16Introducing diagnostic manager class.Romain Forlot2-7/+11
2017-03-16Include file changes, typo and renaming operation.Romain Forlot4-14/+14
2017-03-16Finalize new directories organization.Romain Forlot3-8/+8
2017-03-16Beginning of work on obd2 object andRomain Forlot9-0/+1781