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