summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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 Forlot8-195/+292
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
2017-03-02Reserve new space to data_ can_message_t member only if theRomain Forlot1-1/+2
2017-03-02Fix: multiple subscription and maintain subscribed_signals coherenceRomain Forlot4-46/+69
2017-03-02Initialize all boolean value of DynamicField. Avoiding mistake.Romain Forlot1-0/+6
2017-03-02Clean and imrove log messages.Romain Forlot2-6/+3
2017-03-02Tests with CmakeTools extension for VSCode. Can install on targetRomain Forlot1-3/+15
2017-03-01Change id to an hexadecimal value.Romain Forlot1-5/+2
2017-03-01Fix: subscription and improve code readabiltyRomain Forlot1-16/+12
2017-03-01New way to return canfd_frame with now number of read bytes.Romain Forlot4-24/+23
2017-03-01Fix: wrong format to display can_message_t informationRomain Forlot1-1/+1
2017-03-01Wrong call to thread.join cause deadlock and thread termination.Romain Forlot1-3/+0
2017-03-01Fix: miss 'if' brackets to get incomplete CAN frames correctlyRomain Forlot2-7/+8
2017-03-01Change data_ member of can_message_t objectRomain Forlot2-8/+11