Robot Raconteur Core C++ Library
Loading...
Searching...
No Matches
RobotRaconteur::GetUuidForNameAndLockResult Class Reference

Structure to hold result of GetUuidForNameAndLock. More...

#include <NodeDirectories.h>

Public Attributes

NodeID uuid
 The UUID assigned to the name in specified domain.
std::string name
 The identifier name.
std::vector< std::string > scope
 The scope of the identifier.
boost::shared_ptr< NodeDirectoriesFD > fd
 Lock for identifier. Release fd to release the lock.

Detailed Description

Structure to hold result of GetUuidForNameAndLock.

Member Data Documentation

◆ uuid

NodeID RobotRaconteur::GetUuidForNameAndLockResult::uuid

The UUID assigned to the name in specified domain.

Note: NodeID data type used for convenience. This may or may not be a node id.


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