aboutsummaryrefslogtreecommitdiffstats
path: root/CAN-binder
AgeCommit message (Expand)AuthorFilesLines
2017-05-24Update config.cmake pathRomain Forlot2-1/+5
2017-05-24Cmake WIPRomain Forlot4-1/+99
2017-05-24Move and update app-templates submoduleRomain Forlot3-87/+0
2017-05-24Close diagnostic manager socket if there isn't any requestsRomain Forlot2-3/+20
2017-05-24Initialize the new socket member.Romain Forlot1-2/+4
2017-05-24Fix memory leaksRomain Forlot4-0/+14
2017-05-24Be able to copy active diagnostic request objects with their socketRomain Forlot3-0/+8
2017-05-23Static code review fixes.Romain Forlot18-42/+43
2017-05-23Fix a dependency problem with populate htdocs targets.Romain Forlot1-0/+1
2017-05-23Implement filtering on subscription. WIPRomain Forlot2-17/+60
2017-05-22Logical bus name mapped to device name using conf file.Romain Forlot9-15/+36
2017-05-19Remove unused CMakeLists.txt file.Romain Forlot1-90/+0
2017-05-19Add 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d8722e4c7d824baaf221a1e...Romain Forlot275-0/+25386
2017-05-19Use the nanopb sources from projects libs.Romain Forlot1-1/+1
2017-05-19Using reference make std::move useless.Romain Forlot2-3/+3
2017-05-19Set parent from configuration_generated objects.Romain Forlot3-18/+23
2017-05-19Added timestamp to received CAN messagesRomain Forlot10-18/+56
2017-05-19Delete sub-submodules from imported openXC projectRomain Forlot280-25327/+0
2017-05-19Rename build script to generic nameRomain Forlot1-5/+11
2017-05-19Adjust method signature to be more efficient.Romain Forlot10-45/+34
2017-05-19Change method name to signify that it is an aggregate.Romain Forlot4-6/+6
2017-05-19Use shared_ptr for can_message_set too.Romain Forlot3-9/+8
2017-05-19Finish config parser retrieving device mapping.Romain Forlot5-5/+19
2017-05-19Upgrade CMake once again using reference submodule from app-templatesRomain Forlot5-266/+4
2017-05-19Fix: cmake doesn"t create populate targets.Romain Forlot1-0/+1
2017-05-19FormatRomain Forlot4-9/+7
2017-05-19Explicit move of objects vector at list initilizationRomain Forlot1-2/+2
2017-05-19Improve objects construction.Romain Forlot2-10/+10
2017-05-19Update latest CMakeLists files from app-templates.Romain Forlot3-15/+6
2017-05-19Don't collide with application framework ERROR in some configuration.Romain Forlot2-7/+7
2017-05-19New generated files using updated generatorRomain Forlot1-307/+443
2017-05-19More generic expression for doors names.Romain Forlot1-5/+5
2017-05-19Include diagnostic_message_t into can_message_set.Romain Forlot11-21/+46
2017-05-19Make and use a single function to read incoming CAN messagesRomain Forlot6-43/+37
2017-05-19Cleaning unused code diagnostic parts.Romain Forlot4-101/+2
2017-05-19Format renamingRomain Forlot2-7/+6
2017-05-19Be able to return index or can bus name.Romain Forlot4-9/+11
2017-05-19Remove can-bus-dev following RAW->BCM sockets migrationRomain Forlot10-373/+35
2017-05-19one event source by socket added to systemd event loop.Romain Forlot1-0/+1
2017-05-19Use common timer method to get BCM timeval values.Romain Forlot1-5/+3
2017-05-19Fix: compile conversion warningRomain Forlot1-1/+1
2017-05-19Better suited method.Romain Forlot2-2/+2
2017-05-19Fix: wrong calculation doesn't match method name.Romain Forlot1-2/+2
2017-05-19Make sure that frequency is at a valid value (>0)Romain Forlot1-1/+4
2017-05-19Fix: be able to receive new response from OBD2 requests.Romain Forlot1-1/+1
2017-05-19Fix: CAN message transmitted filled of zero.Romain Forlot1-0/+1
2017-05-19Fix: listening on broadcast CAN ID.Romain Forlot1-1/+1
2017-05-19Implement canceling with BCM socket leads to close it.Romain Forlot1-17/+1
2017-05-19Adding also diagnostic request to systemd event loopRomain Forlot4-11/+48
2017-05-19New function used to set timer in bcm_head msg.Romain Forlot2-0/+14