This is the complete list of members for
msp::client::Client, including all inherited members.
buffer | msp::client::Client | [private] |
Client() | msp::client::Client | |
connect(const std::string &device, const uint baudrate=115200) | msp::client::Client | |
crc(const uint8_t id, const ByteVector &data) | msp::client::Client | [private] |
cv_ack | msp::client::Client | [private] |
cv_request | msp::client::Client | [private] |
getSubscription(const msp::ID &id) | msp::client::Client | [inline] |
hasSubscription(const msp::ID &id) | msp::client::Client | [inline] |
io | msp::client::Client | [private] |
mutex_buffer | msp::client::Client | [private] |
mutex_callbacks | msp::client::Client | [private] |
mutex_cv_ack | msp::client::Client | [private] |
mutex_cv_request | msp::client::Client | [private] |
mutex_request | msp::client::Client | [private] |
mutex_send | msp::client::Client | [private] |
port | msp::client::Client | [private] |
print_warnings | msp::client::Client | [private] |
processOneMessage() | msp::client::Client | |
read() | msp::client::Client | |
request(msp::Request &request, const double timeout=0) | msp::client::Client | |
request_raw(const uint8_t id, ByteVector &data, const double timeout=0) | msp::client::Client | |
request_received | msp::client::Client | [private] |
respond(const msp::Response &response, const bool wait_ack=true) | msp::client::Client | |
respond_raw(const uint8_t id, const ByteVector &data, const bool wait_ack=true) | msp::client::Client | |
running | msp::client::Client | [private] |
sendData(const uint8_t id, const ByteVector &data=ByteVector(0)) | msp::client::Client | |
sendRequest(const uint8_t id) | msp::client::Client | [inline] |
sendRequest(const msp::ID id) | msp::client::Client | [inline] |
sendResponse(const msp::Response &response) | msp::client::Client | [inline] |
setPrintWarnings(const bool warnings) | msp::client::Client | [inline] |
start() | msp::client::Client | |
stop() | msp::client::Client | |
subscribe(void(C::*callback)(const T &), C *context, const double tp=0.0) | msp::client::Client | [inline] |
subscribed_requests | msp::client::Client | [private] |
subscriptions | msp::client::Client | [private] |
thread | msp::client::Client | [private] |
waitForOneMessage() | msp::client::Client | |
waitForOneMessageBlock() | msp::client::Client | |
~Client() | msp::client::Client | |