OpenRTM  1.0.0
公開メンバ関数 | 公開変数類 | 全メンバ一覧
RTC::PortBase::find_interface 構造体

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

#include <PortBase.h>

公開メンバ関数

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

公開変数類

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()().