13#ifndef IOX2_SUBSCRIBER_DETAILS_HPP
14#define IOX2_SUBSCRIBER_DETAILS_HPP
42 template <typename T, typename>
43 friend auto internal::
list_ports_callback(
void* context, T port_details_view) -> iox2_callback_progression_e;
46 iox2_subscriber_details_ptr m_handle =
nullptr;
Contains the communication settings of the connected [Subscriber].
auto node_id() const -> UniqueNodeId
The [NodeId] of the [Node] under which the [Subscriber] was created.
auto subscriber_id() const -> UniqueSubscriberId
The [UniqueSubscriberId] of the [Subscriber].
SubscriberDetailsView(const SubscriberDetailsView &)=delete
~SubscriberDetailsView() noexcept=default
SubscriberDetailsView(SubscriberDetailsView &&rhs) noexcept
auto buffer_size() const -> uint64_t
The receive buffer size for incoming samples.
friend auto internal::list_ports_callback(void *context, T port_details_view) -> iox2_callback_progression_e
The system-wide unique id of a [Node].
The system-wide unique id of a [Subscriber].