iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::NodeDetails Class Reference

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
 

Detailed Description

Contains details of a [Node].

Definition at line 22 of file node_details.hpp.

Member Function Documentation

◆ config()

auto iox2::NodeDetails::config ( ) const -> const Config &

Returns a reference to the [Config] the [Node] uses.

◆ executable()

auto iox2::NodeDetails::executable ( ) const -> const iox2::bb::FileName &

Returns the executable [FileName] of the [Node]s owner process.

◆ name()

auto iox2::NodeDetails::name ( ) const -> const NodeName &

Returns a reference of the [NodeName].

Friends And Related Symbol Documentation

◆ internal::list_callback

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
friend

The documentation for this class was generated from the following file: