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"
30 template <
typename T,
typename H = mepoo::NoUserHeader>
33 using Impl = SubscriberImpl<T, H>;
36 using SubscriberImpl<T, H>::SubscriberImpl;
40 Impl::m_trigger.reset();
The Subscriber class for the publish-subscribe messaging pattern in iceoryx.
Definition: subscriber.hpp:32