aboutsummaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding
AgeCommit message (Expand)AuthorFilesLines
2017-06-01Remove reverse find can_signal from can_messageRomain Forlot1-19/+18
2017-06-01Use ptr to can_signal instead of copying some membersRomain Forlot2-91/+28
2017-06-01Missing var declarationRomain Forlot1-1/+1
2017-06-01Fix: use of isnan() from std libRomain Forlot1-1/+1
2017-06-01manage unset values with NANJosé Bollo2-7/+4
2017-06-01optimise flowJosé Bollo1-56/+31
2017-06-01CleaningRomain Forlot1-19/+0
2017-06-01Reworked subscription to integrate filtering.Romain Forlot13-154/+398
2017-06-01Return const structures.Romain Forlot2-15/+37
2017-06-01Remake socketcan only movableRomain Forlot2-9/+2
2017-06-01Renaming configuration to applicationRomain Forlot15-50/+47
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-23Implement filtering on subscription. WIPRomain Forlot2-17/+60
2017-05-22Logical bus name mapped to device name using conf file.Romain Forlot7-11/+27
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-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-19FormatRomain Forlot3-4/+2
2017-05-19Explicit move of objects vector at list initilizationRomain Forlot1-2/+2
2017-05-19Improve objects construction.Romain Forlot2-10/+10
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-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
2017-05-19There is no more need having pointer on socket deviceRomain Forlot2-2/+9
2017-05-19Simplify testing name size...Romain Forlot1-1/+1