summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/binding/low-can-cb.cpp
AgeCommit message (Expand)AuthorFilesLines
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