Callback abstract class on write(). More...
#include <PortCallback.h>
Public Member Functions | |
virtual | ~OnWrite (void) |
Destructor. | |
virtual void | operator() (const DataType &value)=0 |
Callback function. |
Callback abstract class on write().
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 | ( | void | ) | [inline, virtual] |
Destructor.
Destructor
virtual void RTC::OnWrite< DataType >::operator() | ( | const DataType & | value | ) | [pure virtual] |
Callback function.
This is the callback method invoked immediately before data is written into the buffer.
value | Data that is written into the buffer |