modm API documentation
|
#include <modm/communication/xpcc/dispatcher.hpp>
Public Member Functions | |
Dispatcher (BackendInterface *backend, Postman *postman) | |
void | update () |
void | updateOnceRx () |
Static Public Attributes | |
static constexpr std::chrono::milliseconds | acknowledgeTimeout { 100 } |
static constexpr std::chrono::milliseconds | responseTimeout { 200 } |
Friends | |
class | Communicator |