7#ifndef YARP_OS_TYPEDREADERCALLBACK_H
8#define YARP_OS_TYPEDREADERCALLBACK_H
A mini-server for performing network communication in the background.
A callback for typed data from a port.
virtual ~TypedReaderCallback()
Destructor.
virtual void onRead(T &datum)
Callback method.
An interface to the operating system, including Port based communication.