13#ifndef IOX2_PUBLISHER_DETAILS_HPP
14#define IOX2_PUBLISHER_DETAILS_HPP
45 template <typename T, typename>
46 friend auto internal::
list_ports_callback(
void* context, T port_details_view) -> iox2_callback_progression_e;
49 iox2_publisher_details_ptr m_handle =
nullptr;
Contains the communication settings of the connected [Publisher].
PublisherDetailsView(const PublisherDetailsView &)=delete
auto node_id() const -> UniqueNodeId
The [NodeId] of the [Node] under which the [Publisher] was created.
PublisherDetailsView(PublisherDetailsView &&rhs) noexcept
friend auto internal::list_ports_callback(void *context, T port_details_view) -> iox2_callback_progression_e
~PublisherDetailsView() noexcept=default
auto number_of_samples() const -> uint64_t
The total number of samples available in the [Publisher]s data segment.
auto publisher_id() const -> UniquePublisherId
The [UniquePublisherId] of the [Publisher].
auto max_slice_len() const -> uint64_t
The current maximum length of a slice.
The system-wide unique id of a [Node].
The system-wide unique id of a [Publisher].