summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/binding/low-can-cb.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Separation Generator to a dedicated repoRomain Forlot1-358/+0
2017-06-09Migration to AFB Binding V2Romain Forlot1-11/+11
2017-06-07Cleanup include and prepare to switch binding v2Romain Forlot1-5/+0
2017-06-07Fix: read 2 times for 1 incoming CAN frame.Romain Forlot1-2/+2
2017-06-07Possible uninitialized variable returned.Romain Forlot1-1/+2
2017-06-07Fix: invalid CAN frame read leads to an exceptionRomain Forlot1-2/+4
2017-06-07Improve reliability on multi-threading.Romain Forlot1-8/+3
2017-06-07Fix: c++11 detected and not applied from configRomain Forlot1-0/+2
2017-06-07Fix: unsubscribe from 1 app remove diagnostic reqRomain Forlot1-2/+0
2017-06-07Separate low_can_subscription class from callbacksRomain Forlot1-273/+0
2017-06-02Get diag manager's socket into subscription objRomain Forlot1-100/+210
2017-06-02Fix: Handle several subscriptions to a signalRomain Forlot1-26/+46
2017-06-02Adding accessor to diagnostic msg shared ptr.Romain Forlot1-0/+5
2017-06-02Change way to validate a subscription objectRomain Forlot1-1/+1
2017-06-01Left over renaming variableRomain Forlot1-3/+3
2017-06-01CleaningRomain Forlot1-13/+10
2017-06-01Use UDS PID has key to record subscriptionsRomain Forlot1-1/+3
2017-06-01Simplify processing eventRomain Forlot1-10/+20
2017-06-01Fix: segfault subscribing diagnostic messagesRomain Forlot1-5/+5
2017-06-01Fix: get signal name no matter type of signal.Romain Forlot1-8/+13
2017-06-01Using isnan to define frequency.Romain Forlot1-1/+1
2017-06-01Split function to call 1 function by signal types.Romain Forlot1-19/+31
2017-06-01Fix diagnostic message subscription.Romain Forlot1-2/+8
2017-06-01Use default signal frequency if no filter providedRomain Forlot1-1/+4
2017-06-01Fix: Don't processing filter argumentRomain Forlot1-5/+5
2017-06-01Use ptr to can_signal instead of copying some membersRomain Forlot1-79/+22
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é Bollo1-6/+1
2017-06-01optimise flowJosé Bollo1-56/+31
2017-06-01Reworked subscription to integrate filtering.Romain Forlot1-67/+272
2017-06-01Renaming configuration to applicationRomain Forlot1-2/+2
2017-05-24Fix memory leaksRomain Forlot1-0/+4
2017-05-23Static code review fixes.Romain Forlot1-2/+5
2017-05-23Implement filtering on subscription. WIPRomain Forlot1-17/+54
2017-05-19Make and use a single function to read incoming CAN messagesRomain Forlot1-18/+35
2017-05-19one event source by socket added to systemd event loop.Romain Forlot1-0/+1
2017-05-19Adding also diagnostic request to systemd event loopRomain Forlot1-7/+24
2017-05-19Fix wrong signature, better with const ref... Was forgottenRomain Forlot1-5/+4
2017-05-19Implement unsubscribe like subscribe.Romain Forlot1-18/+31
2017-05-11Massive use of shared_ptr about signal and diag message. WIPRomain Forlot1-1/+1
2017-05-10Fix: Avoid returning negative value that's stop watch socketRomain Forlot1-3/+10
2017-05-05Separation between hat and callback binding partsRomain Forlot1-0/+252