Skip to content

iox::popo::Server🔗

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

#include <iceoryx_posh/popo/server.hpp>

Inherits from ServerImpl< Req, Res >

Public Functions🔗

Name
virtual ~Server()

Detailed Description🔗

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

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

Parameters:

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

Public Functions Documentation🔗

function ~Server🔗

inline virtual ~Server()

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