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

Public Member Functions

virtual void operator() (const DataType &value)
 Callback function. More...
 
- Public Member Functions inherited from RTC::OnWrite< DataType >
virtual ~OnWrite (void)
 Destructor. More...
 

Public Attributes

DataType m_value
 

Detailed Description

template<class DataType>
class InPort::OnWriteMock< DataType >

Definition at line 1107 of file InPortTests.cpp.

Member Function Documentation

template<class DataType >
virtual void InPort::OnWriteMock< DataType >::operator() ( const DataType &  value)
inlinevirtual

Callback function.

This is the callback method invoked immediately before data is written into the buffer.

Parameters
valueData that is written into the buffer

Implements RTC::OnWrite< DataType >.

Definition at line 1111 of file InPortTests.cpp.

Member Data Documentation

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

Definition at line 1115 of file InPortTests.cpp.


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


openrtm_aist
Author(s): Noriaki Ando
autogenerated on Thu Jun 6 2019 19:26:02