OpenRTM-aist  1.2.1
Public Member Functions | List of all members
RTC::OnRead< DataType > Class Template Referenceabstract

Callback abstract class on read() More...

#include <PortCallback.h>

Public Member Functions

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

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  )
inlinevirtual

Destructor.

Destructor

References RTC::ConnectionCallback::operator()().

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.


The documentation for this class was generated from the following file: