|
iceoryx2
C++ Language Bindings
|
Contains details of a [Node].
More...
#include <node_details.hpp>
Public Member Functions | |
| auto | executable () const -> const iox2::bb::FileName & |
Returns the executable [FileName] of the [Node]s owner process. | |
| auto | name () const -> const NodeName & |
Returns a reference of the [NodeName]. | |
| auto | config () const -> const Config & |
Returns a reference to the [Config] the [Node] uses. | |
Friends | |
| template<ServiceType > | |
| 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 |
Contains details of a [Node].
Definition at line 22 of file node_details.hpp.
| auto iox2::NodeDetails::config | ( | ) | const -> const Config & |
| auto iox2::NodeDetails::executable | ( | ) | const -> const iox2::bb::FileName & |
Returns the executable [FileName] of the [Node]s owner process.
|
friend |