17#ifndef IOX_POSH_POPO_CLIENT_HPP
18#define IOX_POSH_POPO_CLIENT_HPP
20#include "iceoryx_posh/internal/popo/client_impl.hpp"
29template <
typename Req,
typename Res>
39 Impl::m_trigger.reset();
The ClientImpl class implements the typed client API.
Definition: client_impl.hpp:40
ClientImpl(const capro::ServiceDescription &service, const ClientOptions &clientOptions={}) noexcept
Constructor for a client.
The Client class for the request-response messaging pattern in iceoryx.
Definition: client.hpp:31