#include <Client.h>
carla::rpc::Client 的协作图:Public 成员函数 | |
| 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 属性 | |
| ::rpc::client | _client |
在文件 rpc/Client.h 第 29 行定义.
|
inlineexplicit |
在文件 rpc/Client.h 第 36 行定义.
|
inline |
在文件 rpc/Client.h 第 69 行定义.
引用了 _client , 以及 carla::rpc::Metadata::MakeAsync().
被这些函数引用 carla::client::detail::Client::Pimpl::AsyncCall().
函数调用图:
这是这个函数的调用关系图:
|
inline |
在文件 rpc/Client.h 第 60 行定义.
引用了 _client , 以及 carla::rpc::Metadata::MakeSync().
被这些函数引用 carla::client::detail::Client::Pimpl::RawCall().
函数调用图:
这是这个函数的调用关系图:
|
inline |
在文件 rpc/Client.h 第 49 行定义.
引用了 _client.
被这些函数引用 carla::client::detail::Client::Pimpl::GetTimeout().
这是这个函数的调用关系图:
|
inline |
在文件 rpc/Client.h 第 42 行定义.
引用了 _client.
被这些函数引用 carla::client::detail::Client::Pimpl::Pimpl().
这是这个函数的调用关系图:
|
private |
在文件 rpc/Client.h 第 77 行定义.
被这些函数引用 async_call(), call(), get_timeout() , 以及 set_timeout().