Class NodeData
Defined in File node_data.hpp
Class Documentation
-
class NodeData
struct which contains all the members of an object of type Node
Public Functions
-
NodeData(const RuntimeName_t &runtimeName, const NodeName_t &nodeName, const uint64_t nodeDeviceIdentifier) noexcept
constructor
- Parameters:
runtimeName – [in] name of associated runtime
nodeName – [in] name of the node
nodeDeviceIdentifier – [in] identifier of the device on which the node will run
Public Members
-
RuntimeName_t m_runtimeName
-
NodeName_t m_nodeName
-
uint64_t m_nodeDeviceIdentifier
-
std::atomic_bool m_toBeDestroyed = {false}
-
NodeData(const RuntimeName_t &runtimeName, const NodeName_t &nodeName, const uint64_t nodeDeviceIdentifier) noexcept