Reworked subscription to integrate filtering.
[apps/low-level-can-service.git] / CAN-binder / low-can-binding / binding /
2017-06-01 Romain ForlotReworked subscription to integrate filtering.
2017-06-01 Romain ForlotRenaming configuration to application
2017-05-23 Romain ForlotFix memory leaks
2017-05-23 Romain ForlotStatic code review fixes.
2017-05-23 Romain ForlotImplement filtering on subscription. WIP
2017-05-22 Romain ForlotLogical bus name mapped to device name using conf file.
2017-05-19 Romain ForlotAdd 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d...
2017-05-19 Romain ForlotSet parent from configuration_generated objects.
2017-05-19 Romain ForlotAdjust method signature to be more efficient.
2017-05-19 Romain ForlotChange method name to signify that it is an aggregate.
2017-05-19 Romain ForlotUse shared_ptr for can_message_set too.
2017-05-19 Romain ForlotFinish config parser retrieving device mapping.
2017-05-19 Romain ForlotFormat
2017-05-19 Romain ForlotNew generated files using updated generator
2017-05-19 Romain ForlotInclude diagnostic_message_t into can_message_set.
2017-05-19 Romain ForlotMake and use a single function to read incoming CAN...
2017-05-19 Romain ForlotRemove can-bus-dev following RAW->BCM sockets migration
2017-05-19 Romain Forlotone event source by socket added to systemd event loop.
2017-05-19 Romain ForlotAdding also diagnostic request to systemd event loop
2017-05-19 Romain ForlotRemove unused and useless members.
2017-05-19 Romain ForlotFix wrong signature, better with const ref... Was forgotten
2017-05-19 Romain ForlotImplement unsubscribe like subscribe.
2017-05-10 Romain ForlotMassive use of shared_ptr about signal and diag message...
2017-05-10 Romain ForlotUse a tree instead of separated object lists. WIP
2017-05-10 Romain ForlotImplement setting last_value at message definition...
2017-05-10 Romain ForlotFix: Avoid returning negative value that's stop watch...
2017-05-05 Romain ForlotSeparation between hat and callback binding parts
2017-05-04 Romain ForlotFollow the moving binding and configuration files.
2017-05-04 Romain ForlotUpdate with last app-templates modifications