7#ifndef YARP_OS_TYPEDREADERCALLBACK_H
8#define YARP_OS_TYPEDREADERCALLBACK_H
39 virtual void onRead(T& datum);
A callback for typed data from a port.
virtual ~TypedReaderCallback()
Destructor.
virtual void onRead(T &datum)
Callback method.
A base class for sources of typed data.
An interface to the operating system, including Port based communication.