summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/binding
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Fix: unsubscribe from 1 app remove diagnostic reqRomain Forlot1-2/+0
2017-06-07Separate low_can_subscription class from callbacksRomain Forlot4-274/+296
2017-06-06Update signals.json and generated files.Romain Forlot1-12/+14
2017-06-02Remove pointer generator that make memory leaks.Romain Forlot2-20/+0
2017-06-02Get diag manager's socket into subscription objRomain Forlot3-104/+226
2017-06-02Fix: Handle several subscriptions to a signalRomain Forlot1-26/+46
2017-06-02Adding accessor to diagnostic msg shared ptr.Romain Forlot2-0/+6
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 Forlot2-10/+23
2017-06-01Fix: segfault subscribing diagnostic messagesRomain Forlot2-7/+7
2017-06-01Fix: get signal name no matter type of signal.Romain Forlot2-11/+16
2017-06-01Using isnan to define frequency.Romain Forlot1-1/+1
2017-06-01Missing pragma once...Romain Forlot1-0/+2
2017-06-01Split function to call 1 function by signal types.Romain Forlot1-19/+31
2017-06-01Fix diagnostic message subscription.Romain Forlot2-2/+11
2017-06-01Adding windows CAN signals.Romain Forlot1-1/+77
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 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-01Reworked subscription to integrate filtering.Romain Forlot4-74/+346
2017-06-01Renaming configuration to applicationRomain Forlot5-29/+26
2017-05-24Fix memory leaksRomain Forlot1-0/+4
2017-05-23Static code review fixes.Romain Forlot3-6/+9
2017-05-23Implement filtering on subscription. WIPRomain Forlot2-17/+60
2017-05-22Logical bus name mapped to device name using conf file.Romain Forlot1-5/+5
2017-05-19Set parent from configuration_generated objects.Romain Forlot1-1/+21
2017-05-19Adjust method signature to be more efficient.Romain Forlot2-6/+6
2017-05-19Change method name to signify that it is an aggregate.Romain Forlot2-3/+3
2017-05-19Use shared_ptr for can_message_set too.Romain Forlot3-9/+8
2017-05-19Finish config parser retrieving device mapping.Romain Forlot1-0/+1
2017-05-19FormatRomain Forlot1-1/+0
2017-05-19New generated files using updated generatorRomain Forlot1-307/+443
2017-05-19Include diagnostic_message_t into can_message_set.Romain Forlot3-11/+9
2017-05-19Make and use a single function to read incoming CAN messagesRomain Forlot2-20/+36
2017-05-19Remove can-bus-dev following RAW->BCM sockets migrationRomain Forlot3-18/+7
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 Forlot2-7/+27
2017-05-19Remove unused and useless members.Romain Forlot1-1/+1
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 Forlot4-47/+47
2017-05-10Use a tree instead of separated object lists. WIPRomain Forlot3-127/+107
2017-05-10Implement setting last_value at message definition level.Romain Forlot2-2/+2