Implements asynchronous operations for an I/O manager. More...
#include <boost/asio.hpp>
#include <boost/bind.hpp>
#include <boost/regex.hpp>
#include <septentrio_gnss_driver/crc/crc.hpp>
#include <septentrio_gnss_driver/parsers/parsing_utilities.hpp>
#include <septentrio_gnss_driver/communication/io.hpp>
#include <septentrio_gnss_driver/communication/telegram.hpp>
Go to the source code of this file.
Classes | |
class | io::AsyncManager< IoType > |
This is the central interface between ROSaic and the Rx(s), managing I/O operations such as reading messages and sending commands.. More... | |
class | io::AsyncManagerBase |
Interface (in C++ terms), that could be used for any I/O manager, synchronous and asynchronous alike. More... | |
Namespaces | |
io | |
Implements asynchronous operations for an I/O manager.
Definition in file async_manager.hpp.