|
OpenRTM-aist 2.0.2
|
Profile data structure of LocalService . More...
#include <LocalServiceBase.h>

Public Member Functions | |
| ~LocalServiceProfile () | |
| destructor | |
Public Attributes | |
| std::string | name |
| The name of LocalService . | |
| std::string | uuid |
| The unique ID of LocalService . | |
| coil::Properties | properties |
| Properties of LocalService . | |
| LocalServiceBase * | service |
| The pointer to LocalService . | |
Profile data structure of LocalService .
| RTM::LocalServiceProfile::~LocalServiceProfile | ( | ) |
destructor
| std::string RTM::LocalServiceProfile::name |
The name of LocalService .
| coil::Properties RTM::LocalServiceProfile::properties |
Properties of LocalService .
| LocalServiceBase* RTM::LocalServiceProfile::service |
The pointer to LocalService .
| std::string RTM::LocalServiceProfile::uuid |
The unique ID of LocalService .