Classes | |
class | AsyncWorker |
Handles Asynchronous I/O reading and writing. More... | |
class | CallbackHandler |
A callback handler for a u-blox message. More... | |
class | CallbackHandler_ |
class | CallbackHandlers |
Callback handlers for incoming u-blox messages. More... | |
class | Gps |
Handles communication with and configuration of the u-blox device. More... | |
class | Worker |
Handles I/O reading and writing. More... | |
Variables | |
int | debug |
Used to determine which debug messages to display. | |
static constexpr unsigned int | kBaudrates [] |
Possible baudrates for u-blox devices. |
This namespace is for I/O communication with the u-blox device, including read callbacks.
int ublox_gps::debug |
Used to determine which debug messages to display.
Definition at line 45 of file async_worker.h.
constexpr unsigned int ublox_gps::kBaudrates[] [static] |