OpenRTM  1.0.0
Public メソッド | Public 変数 | すべてのメンバ一覧
構造体 RTC::PortBase::find_interface

name と polarity から interface を探す Functor [詳細]

#include <PortBase.h>

Public メソッド

 find_interface (const char *name, PortInterfacePolarity pol)
 
bool operator() (const PortInterfaceProfile &prof)
 

Public 変数

std::string m_name
 
PortInterfacePolarity m_pol
 

説明

name と polarity から interface を探す Functor

コンストラクタとデストラクタ

RTC::PortBase::find_interface::find_interface ( const char *  name,
PortInterfacePolarity  pol 
)
inline

関数

bool RTC::PortBase::find_interface::operator() ( const PortInterfaceProfile &  prof)
inline

参照先 m_name, と m_pol.

変数

std::string RTC::PortBase::find_interface::m_name

参照元 operator()().

PortInterfacePolarity RTC::PortBase::find_interface::m_pol

参照元 operator()().