Skip to content

iox::popo::Client🔗

The Client class for the request-response messaging pattern in iceoryx. More...

#include <iceoryx_posh/popo/client.hpp>

Inherits from ClientImpl< Req, Res >

Public Functions🔗

Name
virtual ~Client()

Detailed Description🔗

template <typename Req ,
typename Res >
class iox::popo::Client;

The Client class for the request-response messaging pattern in iceoryx.

Parameters:

  • Req type of request data
  • Res type of response data

Public Functions Documentation🔗

function ~Client🔗

inline virtual ~Client()

Updated on 17 March 2022 at 12:15:57 CET