RTC::OnOverflow< DataType > Class Template Reference

Callback abstract class when the buffer overflow occurs. More...

#include <PortCallBack.h>

List of all members.

Public Member Functions

virtual ~OnOverflow ()
 Destructor.
virtual void operator() (const DataType &value)=0
 Callback method.


Detailed Description

template<class DataType>
class RTC::OnOverflow< DataType >

Callback abstract class when the buffer overflow occurs.

This is the callback method invoked when data is done put() into the InPort/OutPort's buffer or when the buffer overflow occurs.

Since:
0.4.0

Constructor & Destructor Documentation

template<class DataType>
virtual RTC::OnOverflow< DataType >::~OnOverflow (  )  [inline, virtual]

Destructor.

Destructor


Member Function Documentation

template<class DataType>
virtual void RTC::OnOverflow< DataType >::operator() ( const DataType &  value  )  [pure virtual]

Callback method.

This is the callback method invoked when the buffer overflow occurs.

Parameters:
value Data that is written into the buffer


Generated on Wed May 21 05:17:34 2008 for OpenRTM by  doxygen 1.5.3