Template Class Client

Inheritance Relationships

Base Type

Class Documentation

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

The Client 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 ~Client() noexcept