18#ifndef IOX_POSH_POPO_TYPED_SUBSCRIBER_HPP
19#define IOX_POSH_POPO_TYPED_SUBSCRIBER_HPP
21#include "iceoryx_posh/internal/popo/subscriber_impl.hpp"
30template <
typename T,
typename H = mepoo::NoUserHeader>
40 Impl::m_trigger.reset();
The SubscriberImpl class implements the typed subscriber API.
Definition subscriber_impl.hpp:33
The Subscriber class for the publish-subscribe messaging pattern in iceoryx.
Definition subscriber.hpp:32
the struct describes a callback with a user defined type which can be attached to a WaitSet or a List...
Definition notification_callback.hpp:58