#include <boost/asio.hpp>
#include <boost/thread.hpp>
#include <boost/function.hpp>
#include <list>
#include <string>
#include <vector>
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | Serial |
class | SerialException |
class | SerialListener |
struct | Serial::WriteBuffer |
Struct for buffering the contents of a mavlink message. More... | |
Macros | |
#define | BUFFER_SIZE 2048 |
#define BUFFER_SIZE 2048 |
Definition at line 50 of file include/serial.h.