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
ServerImpl(const capro::ServiceDescription &service, const ServerOptions &serverOptions={}) noexcept
Constructor for a sserver.
The Server class for the request-response messaging pattern in iceoryx.
Definition: server.hpp:31