#include <NodePrivate.hh>
§ NodePrivate()
ignition::transport::NodePrivate::NodePrivate |
( |
| ) |
|
|
default |
§ ~NodePrivate()
virtual ignition::transport::NodePrivate::~NodePrivate |
( |
| ) |
|
|
virtualdefault |
§ ns
std::string ignition::transport::NodePrivate::ns = "" |
Default namespace for this node.
§ nUuid
std::string ignition::transport::NodePrivate::nUuid |
Node UUID. This ID is unique for each node.
§ options
Custom options for this node.
§ partition
std::string ignition::transport::NodePrivate::partition = hostname() + ":" + username() |
§ shared
Pointer to the object shared between all the nodes within the same process.
§ srvsAdvertised
std::unordered_set<std::string> ignition::transport::NodePrivate::srvsAdvertised |
The list of service calls advertised by this node.
§ topicsSubscribed
std::unordered_set<std::string> ignition::transport::NodePrivate::topicsSubscribed |
The list of topics subscribed by this node.
The documentation for this class was generated from the following file: