|
Robot Raconteur Core C++ Library
|
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. | |
Structure to hold result of GetUuidForNameAndLock.
| 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.