10 #ifndef YARP_OS_TYPEDREADERTHREAD_H
11 #define YARP_OS_TYPEDREADERTHREAD_H
22 class TypedReaderCallback;
An abstraction for a thread of execution.
A callback for typed data from a port.
void onStop() override
Call-back, called while halting the thread (before join).
TypedReader< T > * reader
void run() override
Main body of the new thread.
TypedReaderCallback< T > * callback
A base class for sources of typed data.
The main, catch-all namespace for YARP.