Callback abstract class on read(). More...
#include <PortCallback.h>
Public Member Functions | |
virtual | ~OnRead (void) |
Destructor. | |
virtual void | operator() ()=0 |
Callback function. |
Callback abstract class on read().
This is the interface for callback invoked immediately before data is done read() from the InPort's buffer.
virtual RTC::OnRead< DataType >::~OnRead | ( | void | ) | [inline, virtual] |
Destructor.
Destructor
virtual void RTC::OnRead< DataType >::operator() | ( | ) | [pure virtual] |
Callback function.
This is the callback method invoked immediately before data is readout from the buffer.