Home Previous Up Next Index

armarx::rrtconnect::NodeId

Overview

struct NodeId

@brief Structure containing the worker's id that created the node and the number of nodes created by this worker.

Used By

NodeIdList
NodeCreationUpdate::parent

Data Member Index

workerId
@brief The worker's id that created the node.
nodeSubId
@brief The node's id for the given worker and tree.

Data Members

long workerId;

@brief The worker's id that created the node.

long nodeSubId;

@brief The node's id for the given worker and tree.


Home Previous Up Next Index