yarp-devices
|
Implementation-agnostic consumer for RX CAN transfers. More...
#include <ICanMessageNotifier.hpp>
Public Member Functions | |
virtual | ~ICanMessageNotifier ()=default |
Virtual destructor. | |
virtual bool | notifyMessage (const can_message &msg)=0 |
Notify observers that a new CAN message has arrived. | |
Implementors can use this class to forward implementation-specific CAN message structures from the internal RX buffer (if any) to the point of consumption and the final CAN read routines.
Cf. ICanSenderDelegate.