17#ifndef IOX_POSH_POPO_SERVER_HPP
18#define IOX_POSH_POPO_SERVER_HPP
20#include "iceoryx_posh/internal/popo/server_impl.hpp"
29template <
typename Req,
typename Res>
39 Impl::m_trigger.reset();
The ServerImpl class implements the typed server API.
Definition server_impl.hpp:40
The Server class for the request-response messaging pattern in iceoryx.
Definition server.hpp:31
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