|
iceoryx2
C++ Language Bindings
|
Contains the communication settings of the connected [Subscriber].
More...
#include <subscriber_details.hpp>
Public Member Functions | |
| SubscriberDetailsView (const SubscriberDetailsView &)=delete | |
| SubscriberDetailsView (SubscriberDetailsView &&rhs) noexcept | |
| ~SubscriberDetailsView () noexcept=default | |
| auto | operator= (const SubscriberDetailsView &) -> SubscriberDetailsView &=delete |
| auto | operator= (SubscriberDetailsView &&rhs) noexcept -> SubscriberDetailsView & |
| auto | subscriber_id () const -> UniqueSubscriberId |
The [UniqueSubscriberId] of the [Subscriber]. | |
| auto | node_id () const -> UniqueNodeId |
The [NodeId] of the [Node] under which the [Subscriber] was created. | |
| auto | buffer_size () const -> uint64_t |
| The receive buffer size for incoming samples. | |
Friends | |
| template<typename T , typename > | |
| auto | internal::list_ports_callback (void *context, T port_details_view) -> iox2_callback_progression_e |
Contains the communication settings of the connected [Subscriber].
Definition at line 23 of file subscriber_details.hpp.
|
delete |
|
noexcept |
|
defaultnoexcept |
| auto iox2::SubscriberDetailsView::buffer_size | ( | ) | const -> uint64_t |
The receive buffer size for incoming samples.
| auto iox2::SubscriberDetailsView::node_id | ( | ) | const -> UniqueNodeId |
The [NodeId] of the [Node] under which the [Subscriber] was created.
|
delete |
|
noexcept |
| auto iox2::SubscriberDetailsView::subscriber_id | ( | ) | const -> UniqueSubscriberId |
The [UniqueSubscriberId] of the [Subscriber].
|
friend |