Template Class Server

Inheritance Relationships

Base Type

Class Documentation

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

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

Param Req:

[in] type of request data

Param Res:

[in] type of response data

Public Functions

inline virtual ~Server() noexcept