summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-16Make an extern get_signal_id() function plug to get_pid()Romain Forlot2-3/+15
2017-03-16Fix: wrong function signature and get out from classRomain Forlot3-4/+3
2017-03-16Include file changes, typo and renaming operation.Romain Forlot10-40/+32
2017-03-16Fix: typoRomain Forlot1-1/+1
2017-03-16Finalize new directories organization.Romain Forlot7-21/+24
2017-03-16Beginning of work on obd2 object andRomain Forlot18-91/+96
2017-03-16Raw import openXC function to detect obd2 response.Romain Forlot2-4/+46
2017-03-06Comment pass to cpp file instead of hppRomain Forlot4-286/+245
2017-03-06Sort and comment the codeRomain Forlot4-47/+77
2017-03-06Fix: clear pointer vector before fill it.Romain Forlot1-46/+40
2017-03-06Include new signals.xpp files to the compilationRomain Forlot1-1/+1
2017-03-06Change way to find signals to make it a little bit more generic.Romain Forlot9-196/+293
2017-03-03change all genericName to generic_name. Now allRomain Forlot6-39/+38
2017-03-03Change TARGET variable name and remove CMakeToolsRomain Forlot1-6/+3
2017-03-03tbfRomain Forlot3-2/+3
2017-03-02Clean up uneeded members and functionsRomain Forlot2-12/+0
2017-03-02Fix: unsynchronization between queues.Romain Forlot3-36/+40
2017-03-02Fix: no json data for subcribed eventsRomain Forlot1-1/+0
2017-03-02Fix: Make sure can_message_t.data_ member has beenRomain Forlot1-0/+1
2017-03-02Debugging message cookRomain Forlot2-9/+9
2017-03-02Adding DEBUG messages to track error on STL containerRomain Forlot1-8/+17
2017-03-02Fix: Wrong set up of vector.Romain Forlot1-2/+8