18 #ifndef IOX_POSH_POPO_UNTYPED_SUBSCRIBER_HPP
19 #define IOX_POSH_POPO_UNTYPED_SUBSCRIBER_HPP
21 #include "iceoryx_posh/internal/popo/untyped_subscriber_impl.hpp"
30 using Impl = UntypedSubscriberImpl<>;
33 using UntypedSubscriberImpl<>::UntypedSubscriberImpl;
37 Impl::m_trigger.reset();
The UntypedSubscriber class for the publish-subscribe messaging pattern in iceoryx.
Definition: untyped_subscriber.hpp:29