summaryrefslogtreecommitdiffstats
path: root/CAN-binder/low-can-binding/binding
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-10Fix: Avoid returning negative value that's stop watch socketRomain Forlot1-3/+10
2017-05-05Separation between hat and callback binding partsRomain Forlot4-84/+129
2017-05-04Follow the moving binding and configuration files.Romain Forlot4-14/+14
2017-05-04Update with last app-templates modificationsRomain Forlot5-0/+895