OpenRTM-aist  1.2.1
Public Attributes | List of all members
RTM::LocalServiceProfile Class Reference

Profile data structure of LocalService. More...

#include <LocalServiceBase.h>

Collaboration diagram for RTM::LocalServiceProfile:
Collaboration graph
[legend]

Public Attributes

std::string name
 The name of LocalService. More...
 
std::string uuid
 The unique ID of LocalService. More...
 
coil::Properties properties
 Properties of LocalService. More...
 
LocalServiceBaseservice
 The pointer to LocalService. More...
 

Detailed Description

Profile data structure of LocalService.

Member Data Documentation

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.


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