RTC::OnRead< DataType > Class Template Reference

Callback abstract class on read(). More...

#include <PortCallback.h>

List of all members.

Public Member Functions

virtual ~OnRead (void)
 Destructor.
virtual void operator() ()=0
 Callback function.

Detailed Description

template<class DataType>
class RTC::OnRead< DataType >

Callback abstract class on read().

This is the interface for callback invoked immediately before data is done read() from the InPort's buffer.

Since:
0.4.0

Constructor & Destructor Documentation

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

Destructor.

Destructor


Member Function Documentation

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

Callback function.

This is the callback method invoked immediately before data is readout from the buffer.

Generated on Fri Oct 28 18:31:18 2016 for OpenRTM-aist by  doxygen 1.6.3