OpenRTM-aist 2.1.0
Loading...
Searching...
No Matches
RTC::OnRead< DataType > Class Template Referenceabstract

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

#include <PortCallback.h>

Public Member Functions

virtual ~OnRead ()=default
 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

◆ ~OnRead()

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

Destructor.

Destructor

Member Function Documentation

◆ operator()()

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: