OpenRTM  1.0.0
Public Member Functions | Public Attributes | List of all members
RTC::RTObject_impl::svc_name Struct Reference

Functor to find from SDOService Profile List by id. More...

#include <RTObject.h>

Public Member Functions

 svc_name (const char *id)
bool operator() (const SDOPackage::ServiceProfile &prof)

Public Attributes

std::string m_id

Detailed Description

Functor to find from SDOService Profile List by id.

Constructor & Destructor Documentation

RTC::RTObject_impl::svc_name::svc_name ( const char *  id)
inline

Member Function Documentation

bool RTC::RTObject_impl::svc_name::operator() ( const SDOPackage::ServiceProfile &  prof)
inline

References m_id.

Member Data Documentation

std::string RTC::RTObject_impl::svc_name::m_id

Referenced by operator()().