#include <PortCallBack.h>
Public Member Functions | |
virtual | ~OnWrite () |
Destructor. | |
virtual void | operator() (const DataType &value)=0 |
Callback method. |
This is the interface for callback invoked immediately before data is done write() into the DataPort's buffer.
DataType | Data type to write into the buffer |
virtual RTC::OnWrite< DataType >::~OnWrite | ( | ) | [inline, virtual] |
Destructor.
Destructor
virtual void RTC::OnWrite< DataType >::operator() | ( | const DataType & | value | ) | [pure virtual] |
Callback method.
This is the callback method invoked immediately before data is written into the buffer.
value | Data that is written into the buffer |