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