13#ifndef IOX2_READER_DETAILS_HPP
14#define IOX2_READER_DETAILS_HPP
39 template <typename T, typename>
40 friend auto internal::
list_ports_callback(
void* context, T port_details_view) -> iox2_callback_progression_e;
43 iox2_reader_details_ptr m_handle =
nullptr;
Contains the communication settings of the connected [Reader].
~ReaderDetailsView() noexcept=default
auto node_id() const -> UniqueNodeId
The [NodeId] of the [Node] under which the [Reader] was created.
friend auto internal::list_ports_callback(void *context, T port_details_view) -> iox2_callback_progression_e
auto reader_id() const -> UniqueReaderId
The [UniqueReaderId] of the [Reader].
ReaderDetailsView(const ReaderDetailsView &)=delete
ReaderDetailsView(ReaderDetailsView &&rhs) noexcept
The system-wide unique id of a [Node].
The system-wide unique id of a [Reader].