aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Better use a referenceRomain Forlot1-2/+2
2017-03-16Respect the signature requested by uds-c lib.Romain Forlot2-3/+3
2017-03-16Move some functions to configuration class.Romain Forlot6-53/+62
2017-03-16Create getter/setter needed for can_signal_t class.Romain Forlot3-12/+117
2017-03-16Fix: used new created classes.Romain Forlot3-5/+5
2017-03-16Added a static method to get used by Diagnostic managerRomain Forlot2-0/+32
2017-03-16Fix: wrong socket variable called.Romain Forlot1-1/+1
2017-03-16Typo and formating.Romain Forlot7-26/+25
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 Forlot3-21/+21
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 Forlot9-37/+38
2017-03-16Forward declaration needed instead of include theRomain Forlot1-1/+2
2017-03-16Change CanMessageFormat name to make itRomain Forlot3-19/+19
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 Forlot10-94/+94
2017-03-16Move "config" variable as global.Romain Forlot3-5/+6
2017-03-16Fix: wrong assignement of can_bus_t object.Romain Forlot3-3/+3
2017-03-16Define predefined OBD2 signals by default.Romain Forlot2-26/+23
2017-03-16Miss removed header file includeRomain Forlot1-0/+5
2017-03-16Fix missing constructor declarationRomain Forlot1-0/+2
2017-03-16Separate methods declarations and implementations.Romain Forlot3-107/+143
2017-03-16Fix : wrong attribute typeRomain Forlot2-29/+21
2017-03-16Fix: missing method declarationRomain Forlot1-0/+1
2017-03-16Remove now unused function that has moved into configuration classRomain Forlot1-4/+1
2017-03-16Make a global variable to a configuration object.Romain Forlot3-7/+15
2017-03-16Remove moved functions into configuration classRomain Forlot2-27/+29
2017-03-16Fix: wrong method signature.Romain Forlot1-19/+15
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 Forlot7-27/+86
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-16added a socket class to wrap the C socket API.Loïc Collignon2-0/+135
2017-03-16added a parent CMakeLists.txt to allow build in root dir and use by IDEs.Loïc Collignon1-0/+1
2017-03-16added some ignore to skip KDevelop files.Loïc Collignon1-0/+4
2017-03-16Change doxygen commentsLoïc Collignon2-38/+20
2017-03-16Beginning of work of get central configuration objectRomain Forlot9-117/+219
2017-03-16It isn't needed to initialize diag managerRomain Forlot2-8/+2
2017-03-16Introducing active-diagnostic-message that will be holdRomain Forlot1-0/+82
2017-03-16Fix: typo, and dirty fix to get compiled ftm.Romain Forlot3-10/+13
2017-03-16Introducing diagnostic manager class.Romain Forlot6-21/+133