#include <Client.h>
Collaboration diagram for carla::rpc::Client: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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 27 of file rpc/Client.h.
References _client.
Referenced by carla::client::detail::Client::Pimpl::GetTimeout().
Here is the caller graph for this function:
|
inline |
Definition at line 23 of file rpc/Client.h.
References _client.
Referenced by carla::client::detail::Client::Pimpl::Pimpl().
Here is the caller graph for this function:
|
private |
Definition at line 43 of file rpc/Client.h.
Referenced by async_call(), call(), get_timeout(), and set_timeout().
1.8.13