struct which contains all the members of an object of type Node
More...
#include <node_data.hpp>
|
RuntimeName_t | m_runtimeName |
|
NodeName_t | m_nodeName |
|
uint64_t | m_nodeDeviceIdentifier |
|
std::atomic_bool | m_toBeDestroyed {false} |
|
struct which contains all the members of an object of type Node
◆ NodeData()
iox::runtime::NodeData::NodeData |
( |
const RuntimeName_t & |
runtimeName, |
|
|
const NodeName_t & |
nodeName, |
|
|
const uint64_t |
nodeDeviceIdentifier |
|
) |
| |
|
noexcept |
constructor
- Parameters
-
[in] | runtimeName | name of associated runtime |
[in] | nodeName | name of the node |
[in] | nodeDeviceIdentifier | identifier of the device on which the node will run |
The documentation for this class was generated from the following file: