#include <Client.h>
Public Member Functions | |
template<typename... Args> | |
void | async_call (const std::string &function, Args &&... args) |
template<typename... Args> | |
auto | call (const std::string &function, Args &&... args) |
template<typename... Args> | |
Client (Args &&... args) | |
auto | get_timeout () const |
void | set_timeout (int64_t value) |
Private Attributes | |
::rpc::client | _client |
Definition at line 16 of file rpc/Client.h.
|
inlineexplicit |
Definition at line 20 of file rpc/Client.h.
|
inline |
Definition at line 37 of file rpc/Client.h.
References _client, and carla::rpc::Metadata::MakeAsync().
Referenced by carla::client::detail::Client::Pimpl::AsyncCall().
|
inline |
Definition at line 32 of file rpc/Client.h.
References _client, and carla::rpc::Metadata::MakeSync().
Referenced by carla::client::detail::Client::Pimpl::RawCall(), and TEST().
|
inline |
Definition at line 27 of file rpc/Client.h.
References _client.
Referenced by carla::client::detail::Client::Pimpl::GetTimeout().
|
inline |
Definition at line 23 of file rpc/Client.h.
References _client.
Referenced by carla::client::detail::Client::Pimpl::Pimpl().
|
private |
Definition at line 43 of file rpc/Client.h.
Referenced by async_call(), call(), get_timeout(), and set_timeout().