#include <service_client.hpp>

Classes | |
| class | CallState |
| struct | CallStateMatchingPredicate |
| struct | ServerSearchPredicate |
Static Public Member Functions | |
| static MonotonicDuration | getDefaultRequestTimeout () |
| static MonotonicDuration | getMaxRequestTimeout () |
| static MonotonicDuration | getMinRequestTimeout () |
Protected Attributes | |
| MonotonicDuration | request_timeout_ |
Protected Attributes inherited from uavcan::DeadlineHandler | |
| Scheduler & | scheduler_ |
Private Attributes | |
| const DataTypeDescriptor * | data_type_descriptor_ |
| This will be initialized at the time of first call. More... | |
Do not use directly.
Definition at line 117 of file service_client.hpp.
|
inlineprotected |
Definition at line 170 of file service_client.hpp.
|
inlineprotectedvirtual |
Definition at line 176 of file service_client.hpp.
|
inlinestatic |
It's not recommended to override default timeouts. Change of this value will not affect pending calls.
Definition at line 185 of file service_client.hpp.
|
inlinestatic |
Definition at line 187 of file service_client.hpp.
|
inlinestatic |
Definition at line 186 of file service_client.hpp.
|
protected |
Definition at line 31 of file uc_service_client.cpp.
|
private |
This will be initialized at the time of first call.
Definition at line 120 of file service_client.hpp.
|
protected |
Definition at line 168 of file service_client.hpp.