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

Contains the communication settings of the connected [Reader]. More...

#include <reader_details.hpp>

Public Member Functions

 ReaderDetailsView (const ReaderDetailsView &)=delete
 
 ReaderDetailsView (ReaderDetailsView &&rhs) noexcept
 
 ~ReaderDetailsView () noexcept=default
 
auto operator= (const ReaderDetailsView &) -> ReaderDetailsView &=delete
 
auto operator= (ReaderDetailsView &&rhs) noexcept -> ReaderDetailsView &
 
auto reader_id () const -> UniqueReaderId
 The [UniqueReaderId] of the [Reader].
 
auto node_id () const -> UniqueNodeId
 The [NodeId] of the [Node] under which the [Reader] was created.
 

Friends

template<typename T , typename >
auto internal::list_ports_callback (void *context, T port_details_view) -> iox2_callback_progression_e
 

Detailed Description

Contains the communication settings of the connected [Reader].

Definition at line 23 of file reader_details.hpp.

Constructor & Destructor Documentation

◆ ReaderDetailsView() [1/2]

iox2::ReaderDetailsView::ReaderDetailsView ( const ReaderDetailsView )
delete

◆ ReaderDetailsView() [2/2]

iox2::ReaderDetailsView::ReaderDetailsView ( ReaderDetailsView &&  rhs)
noexcept

◆ ~ReaderDetailsView()

iox2::ReaderDetailsView::~ReaderDetailsView ( )
defaultnoexcept

Member Function Documentation

◆ node_id()

auto iox2::ReaderDetailsView::node_id ( ) const -> UniqueNodeId

The [NodeId] of the [Node] under which the [Reader] was created.

◆ operator=() [1/2]

auto iox2::ReaderDetailsView::operator= ( const ReaderDetailsView ) -> ReaderDetailsView &=delete
delete

◆ operator=() [2/2]

auto iox2::ReaderDetailsView::operator= ( ReaderDetailsView &&  rhs) -> ReaderDetailsView &
noexcept

◆ reader_id()

auto iox2::ReaderDetailsView::reader_id ( ) const -> UniqueReaderId

The [UniqueReaderId] of the [Reader].

Friends And Related Symbol Documentation

◆ internal::list_ports_callback

template<typename T , typename >
auto internal::list_ports_callback ( void *  context,
port_details_view 
) -> iox2_callback_progression_e
friend

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