#include <PortCallBack.h>
Public Member Functions | |
virtual | ~OnReadConvert () |
Destructor. | |
virtual DataType | operator() (const DataType &value)=0 |
Callback method. |
This is the interface for callback invoked when data is done read() from the InPort/OutPort's buffer. The return value of this callback will be the return value of read().
virtual RTC::OnReadConvert< DataType >::~OnReadConvert | ( | ) | [inline, virtual] |
Destructor.
Destructor
virtual DataType RTC::OnReadConvert< DataType >::operator() | ( | const DataType & | value | ) | [pure virtual] |
Callback method.
This is the callback method invoked when data is readout from the buffer.