aboutsummaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/utils
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Migration to AFB Binding V2Romain Forlot5-15/+15
2017-06-09Comments, Cleanup, formatRomain Forlot4-1/+11
2017-06-07Add some useful DEBUG information for read framesRomain Forlot1-2/+3
2017-06-07Separate low_can_subscription class from callbacksRomain Forlot1-1/+1
2017-06-02Get diag manager's socket into subscription objRomain Forlot1-8/+3
2017-06-01Fix warning compileRomain Forlot1-3/+6
2017-06-01Methods to ease access to DynamicField membersRomain Forlot2-0/+23
2017-06-01Close socket by default when destroying objectRomain Forlot1-1/+4
2017-06-01Initializing all struct by default to avoid errorsRomain Forlot1-1/+3
2017-06-01FormatRomain Forlot1-0/+1
2017-06-01Left over renaming variableRomain Forlot1-3/+3
2017-06-01Use UDS PID has key to record subscriptionsRomain Forlot1-1/+6
2017-06-01Simplify processing eventRomain Forlot2-3/+3
2017-06-01Retrieve signal last value and timestamp at once.Romain Forlot2-0/+6
2017-06-01Consider using char* as well as string.Romain Forlot2-1/+25
2017-06-01Reworked subscription to integrate filtering.Romain Forlot3-3/+5
2017-06-01Return const structures.Romain Forlot2-15/+37
2017-06-01Remake socketcan only movableRomain Forlot2-9/+2
2017-06-01Renaming configuration to applicationRomain Forlot3-8/+8
2017-05-24Be able to copy active diagnostic request objects with their socketRomain Forlot2-0/+7
2017-05-23Static code review fixes.Romain Forlot3-5/+5
2017-05-22Logical bus name mapped to device name using conf file.Romain Forlot1-1/+1
2017-05-19Added timestamp to received CAN messagesRomain Forlot4-7/+22
2017-05-19Change method name to signify that it is an aggregate.Romain Forlot1-2/+2
2017-05-19Finish config parser retrieving device mapping.Romain Forlot2-1/+8
2017-05-19Be able to return index or can bus name.Romain Forlot3-7/+7
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-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 Forlot1-1/+4
2017-05-19Fix: wrong arguments signature. Deleted by mistake...Romain Forlot1-2/+2
2017-05-19FormatRomain Forlot1-1/+0
2017-05-11Massive use of shared_ptr about signal and diag message. WIPRomain Forlot1-14/+14
2017-05-10Fix: circular include for socket classes.Romain Forlot3-1/+2
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-05Avoid returning infinity value.Romain Forlot1-1/+1
2017-05-05Don't destroy socket by default as they will always be open.Romain Forlot6-33/+9
2017-05-05Improve log message.Romain Forlot1-1/+1
2017-05-05Separation between hat and callback binding partsRomain Forlot3-3/+3
2017-05-04Follow the moving binding and configuration files.Romain Forlot4-5/+5
2017-05-03Fix: constructor and include file missing.Romain Forlot6-38/+24
2017-05-03Derivate socketcan to multiple child depending upon socket CAN type.Romain Forlot6-54/+237
2017-05-03Use the private method instead of direct C syscall.Romain Forlot1-1/+1
2017-05-02Fix: wrong include local header pathRomain Forlot1-1/+1
2017-04-27clean left include file after modification that isn't needed anymoreRomain Forlot1-1/+0
2017-04-27Fix: write bcm message to socket.Romain Forlot2-22/+17
2017-04-27Finish to read stream and fill the destination object.Romain Forlot1-4/+5