13#ifndef IOX2_WRITER_DETAILS_HPP
14#define IOX2_WRITER_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_writer_details_ptr m_handle =
nullptr;
The system-wide unique id of a [Node].
The system-wide unique id of a [Writer].
Contains the communication settings of the connected [Writer].
auto writer_id() const -> UniqueWriterId
The [UniqueWriterId] of the [Writer].
~WriterDetailsView() noexcept=default
WriterDetailsView(const WriterDetailsView &)=delete
auto node_id() const -> UniqueNodeId
The [NodeId] of the [Node] under which the [Writer] was created.
friend auto internal::list_ports_callback(void *context, T port_details_view) -> iox2_callback_progression_e
WriterDetailsView(WriterDetailsView &&rhs) noexcept