#include <PortCallBack.h>
Public Member Functions | |
virtual | ~OnWriteTimeout () |
Destructor. | |
virtual void | operator() (const DataType &value)=0 |
Callback method. |
This is the interface for callback invoked when data is done write() into the InPort/OutPort's buffer and the timeout occurred.
virtual RTC::OnWriteTimeout< DataType >::~OnWriteTimeout | ( | ) | [inline, virtual] |
Destructor.
Destructor
virtual void RTC::OnWriteTimeout< DataType >::operator() | ( | const DataType & | value | ) | [pure virtual] |
Callback method.
This is the callback method invoked when the timeout occurs.
value | Data that is written into the buffer |