Using isnan to define frequency.
[apps/agl-service-can-low-level.git] / CAN-binder / low-can-binding / binding / low-can-cb.cpp
2017-06-01 Romain ForlotUsing isnan to define frequency.
2017-06-01 Romain ForlotSplit function to call 1 function by signal types.
2017-06-01 Romain ForlotFix diagnostic message subscription.
2017-06-01 Romain ForlotUse default signal frequency if no filter provided
2017-06-01 Romain ForlotFix: Don't processing filter argument
2017-06-01 Romain ForlotUse ptr to can_signal instead of copying some members
2017-06-01 Romain ForlotMissing var declaration
2017-06-01 Romain ForlotFix: use of isnan() from std lib
2017-06-01 José Bollomanage unset values with NAN
2017-06-01 José Bollooptimise flow
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-19 Romain ForlotAdd 'CAN-binder/libs/nanopb/' from commit '278ffb890e3d...
2017-05-19 Romain ForlotMake and use a single function to read incoming CAN...
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 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 ForlotFix: Avoid returning negative value that's stop watch...
2017-05-05 Romain ForlotSeparation between hat and callback binding parts