#include <PortCallBack.h>
Public Member Functions | |
virtual | ~OnUnderflow (void) |
Destructor. | |
virtual DataType | operator() ()=0 |
Callback method. |
virtual RTC::OnUnderflow< DataType >::~OnUnderflow | ( | void | ) | [inline, virtual] |
Destructor.
Destructor
virtual DataType RTC::OnUnderflow< DataType >::operator() | ( | ) | [pure virtual] |
Callback method.
This is the callback method invoked when the buffer underflow occurs.