RTC::OnReadTimeout< DataType > Class Template Reference

OnReadTimeout abstract class. More...

#include <PortCallBack.h>

List of all members.

Public Member Functions

virtual ~OnReadTimeout ()
 Destructor.
virtual DataType operator() ()=0
 Callback method.


Detailed Description

template<class DataType>
class RTC::OnReadTimeout< DataType >

OnReadTimeout abstract class.

This is the interface for callback invoked when data is done read() into the InPort/OutPort's buffer and the timeout occurred.

Since:
0.4.0

Constructor & Destructor Documentation

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

Destructor.

Destructor


Member Function Documentation

template<class DataType>
virtual DataType RTC::OnReadTimeout< DataType >::operator() (  )  [pure virtual]

Callback method.

This is the callback method invoked when the timeout occurs.

Returns:
Substituted readout data


Generated on Thu May 29 15:03:33 2008 for OpenRTM by  doxygen 1.5.3