aboutsummaryrefslogtreecommitdiffstats
path: root/CAN-binder
AgeCommit message (Expand)AuthorFilesLines
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
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
2017-05-19Reworking diagnostic manager to use BCM sockets.Romain Forlot4-100/+125
2017-05-19Use raw pointer to point on parent object.Romain Forlot5-10/+10
2017-05-19Remove unused and useless members.Romain Forlot3-21/+1
2017-05-19Fix wrong signature, better with const ref... Was forgottenRomain Forlot1-5/+4
2017-05-19Message definition can return ref instead of value.Romain Forlot2-2/+2
2017-05-19Fix: vector throw length error exception.Romain Forlot1-3/+4
2017-05-19Fix: wrong arguments signature. Deleted by mistake...Romain Forlot1-2/+2
2017-05-19Update closing message after a successful build.Romain Forlot1-1/+1
2017-05-19Implement unsubscribe like subscribe.Romain Forlot1-18/+31
2017-05-19FormatRomain Forlot4-11/+27
2017-05-11Resolv include circular dependencies.Romain Forlot3-3/+2
2017-05-11Massive use of shared_ptr about signal and diag message. WIPRomain Forlot11-82/+82
2017-05-10Use a tree instead of separated object lists. WIPRomain Forlot11-155/+245
2017-05-10Fix: circular include for socket classes.Romain Forlot3-1/+2
2017-05-10CleaningRomain Forlot1-6/+1
2017-05-10CAN message will not be modified once read.Romain Forlot3-3/+3
2017-05-10Don't trigger timeout monitoring on signal.Romain Forlot1-1/+1
2017-05-10Make non blocking BCM socket.Romain Forlot1-0/+3
2017-05-10Move reading input stream to specialized socket class.Romain Forlot6-26/+49
2017-05-10Implement setting last_value at message definition level.Romain Forlot9-4/+22
2017-05-10Keeping RAW sockets for compatibilityRomain Forlot2-56/+1
2017-05-10Fix: Avoid returning negative value that's stop watch socketRomain Forlot3-7/+12
2017-05-09Don't process rebuild webapp if it is already buildRomain Forlot1-2/+2