Public Member Functions
RTC::OnRead< DataType > Class Template Reference

Callback abstract class on read() More...

#include <PortCallback.h>

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

List of all members.

Public Member Functions

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

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  ) [inline, virtual]

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 Sat Jun 8 2019 18:49:14