aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2017-03-16Follow rename operation in CMakeLists.txtRomain Forlot2-2/+2
2017-03-16Ease use of openXC structures.Romain Forlot2-0/+29
2017-03-16Rename class and 1:1 map to JSON description fileRomain Forlot1-2/+2
2017-03-16Return period without unit conversion.Romain Forlot1-3/+1
2017-03-16Search signals against name not generic_name. It's madeRomain Forlot1-2/+2
2017-03-16Implement regular event launching using systemd event loopRomain Forlot2-10/+33
2017-03-16Improve Doxygen comments and formating.Romain Forlot2-87/+84
2017-03-16Improve: DEBUG messages.Romain Forlot1-1/+1
2017-03-16Search into generic_name as well as name + prefix, butRomain Forlot1-1/+5
2017-03-16Adding/Fix classes constructors to make them correspondRomain Forlot2-1/+2
2017-03-16Get decoding diagnostic request from decoding thread of can_bus_tRomain Forlot2-20/+59
2017-03-16Implemente way to send diagnostic request when subscribed.Romain Forlot2-0/+9
2017-03-16Manage prefix on CAN and OBD2 prefix. Searching signalsRomain Forlot1-2/+2
2017-03-16Instead of a global pointer, config is now a Singleton.Romain Forlot2-6/+6
2017-03-16Adding needed function to get some time handle on requestRomain Forlot2-5/+51
2017-03-16Fix: include statement with wrong path.Romain Forlot2-2/+2
2017-03-16Change FrequencyClock struct to class and rename it.Romain Forlot2-11/+21
2017-03-16Fix: use of new objects and type conversion missing.Romain Forlot2-6/+6
2017-03-16Fix: include path (where I think to fix them...)Romain Forlot2-5/+5
2017-03-16Fix: used new created classes.Romain Forlot2-4/+4
2017-03-16Typo and formating.Romain Forlot2-9/+9
2017-03-16Change all old struct name to the new class.Romain Forlot1-1/+1
2017-03-16Fix all doxygen comments about parameters.Romain Forlot2-16/+16
2017-03-16Make a global variable to a configuration object.Romain Forlot1-2/+5
2017-03-16added a socket class to wrap the C socket API.Loïc Collignon2-0/+135
2017-03-16Beginning of work of get central configuration objectRomain Forlot1-0/+11
2017-03-16Fix: wrong function signature and get out from classRomain Forlot1-1/+1
2017-03-16Include file changes, typo and renaming operation.Romain Forlot3-3/+3
2017-03-16Finalize new directories organization.Romain Forlot1-2/+2
2017-03-16Beginning of work on obd2 object andRomain Forlot6-0/+484