OpenRTM-aist 2.0.2
Loading...
Searching...
No Matches
RTM::LocalServiceProfile Class Reference

Profile data structure of LocalService . More...

#include <LocalServiceBase.h>

Collaboration diagram for RTM::LocalServiceProfile:

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 .
 
LocalServiceBaseservice
 The pointer to LocalService .
 

Detailed Description

Profile data structure of LocalService .

Constructor & Destructor Documentation

◆ ~LocalServiceProfile()

RTM::LocalServiceProfile::~LocalServiceProfile ( )

destructor

Member Data Documentation

◆ name

std::string RTM::LocalServiceProfile::name

The name of LocalService .

◆ properties

coil::Properties RTM::LocalServiceProfile::properties

Properties of LocalService .

◆ service

LocalServiceBase* RTM::LocalServiceProfile::service

The pointer to LocalService .

◆ uuid

std::string RTM::LocalServiceProfile::uuid

The unique ID of LocalService .


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