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

Callback abstract class on read() More...

#include <PortCallback.h>

Inheritance diagram for RTC::OnRead< DataType >:
Inheritance graph
[legend]

Public Member Functions

virtual void operator() ()=0
 Callback function. More...
 
virtual ~OnRead (void)
 Destructor. 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

Definition at line 323 of file PortCallback.h.

Constructor & Destructor Documentation

template<class DataType>
virtual RTC::OnRead< DataType >::~OnRead ( void  )
inlinevirtual

Destructor.

Destructor

Definition at line 340 of file PortCallback.h.

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.

Implemented in InPort::OnReadMock< DataType >.


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


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Jun 10 2019 14:08:03