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