13#ifndef IOX2_NODE_DETAILS_HPP
14#define IOX2_NODE_DETAILS_HPP
34 iox2_unique_node_id_ptr,
38 iox2_callback_context) -> iox2_callback_progression_e;
42 iox2::bb::FileName m_executable;
Contains details of a [Node].
auto config() const -> const Config &
Returns a reference to the [Config] the [Node] uses.
auto name() const -> const NodeName &
Returns a reference of the [NodeName].
friend auto internal::list_callback(iox2_node_state_e, iox2_unique_node_id_ptr, const char *executable, iox2_node_name_ptr, iox2_config_ptr, iox2_callback_context) -> iox2_callback_progression_e
auto executable() const -> const iox2::bb::FileName &
Returns the executable [FileName] of the [Node]s owner process.
Represent the name for a [Node].