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