17 #ifndef IOX_POSH_RUNTIME_NODE_DATA_HPP
18 #define IOX_POSH_RUNTIME_NODE_DATA_HPP
20 #include "iceoryx_posh/iceoryx_posh_types.hpp"
36 NodeData(
const RuntimeName_t& runtimeName,
const NodeName_t& nodeName,
const uint64_t nodeDeviceIdentifier) noexcept;
44 RuntimeName_t m_runtimeName;
45 NodeName_t m_nodeName;
46 uint64_t m_nodeDeviceIdentifier;
47 std::atomic_bool m_toBeDestroyed{
false};
struct which contains all the members of an object of type Node
Definition: node_data.hpp:30
NodeData(const RuntimeName_t &runtimeName, const NodeName_t &nodeName, const uint64_t nodeDeviceIdentifier) noexcept
constructor
Definition: service_description.hpp:29