Public Member Functions | Public Attributes | Private Attributes | List of all members
InPort::OnReadMock< DataType > Class Template Reference
Inheritance diagram for InPort::OnReadMock< DataType >:
Inheritance graph
[legend]

Public Member Functions

 OnReadMock (void)
 
virtual void operator() ()
 Callback function. More...
 
void setLogger (Logger *logger)
 
- Public Member Functions inherited from RTC::OnRead< DataType >
virtual ~OnRead (void)
 Destructor. More...
 

Public Attributes

DataType m_value
 

Private Attributes

Loggerm_logger
 

Detailed Description

template<class DataType>
class InPort::OnReadMock< DataType >

Definition at line 1017 of file InPortTests.cpp.

Constructor & Destructor Documentation

template<class DataType>
InPort::OnReadMock< DataType >::OnReadMock ( void  )
inline

Definition at line 1025 of file InPortTests.cpp.

Member Function Documentation

template<class DataType>
virtual void InPort::OnReadMock< DataType >::operator() ( )
inlinevirtual

Callback function.

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

Implements RTC::OnRead< DataType >.

Definition at line 1033 of file InPortTests.cpp.

template<class DataType>
void InPort::OnReadMock< DataType >::setLogger ( Logger logger)
inline

Definition at line 1046 of file InPortTests.cpp.

Member Data Documentation

template<class DataType>
Logger* InPort::OnReadMock< DataType >::m_logger
private

Definition at line 1051 of file InPortTests.cpp.

template<class DataType>
DataType InPort::OnReadMock< DataType >::m_value

Definition at line 1041 of file InPortTests.cpp.


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:00