|
Goby3 3.5.1
2026.06.04
|
#include <iosfwd>#include <boost/asio/buffer.hpp>#include <boost/asio/completion_condition.hpp>#include <boost/asio/read.hpp>#include <boost/system/error_code.hpp>#include "goby/middleware/io/detail/io_interface.h"#include "goby/middleware/io/detail/serial_interface.h"#include "goby/middleware/io/mavlink/common.h"#include "goby/zeromq/application/simple_thread.h"Go to the source code of this file.
Classes | |
| class | goby::middleware::io::SerialThreadMAVLink< line_in_group, line_out_group, publish_layer, subscribe_layer, ThreadType > |
| Reads/Writes MAVLink message packages from/to serial port. More... | |
Namespaces | |
| namespace | goby |
| The global namespace for the Goby project. | |
| namespace | goby::middleware |
| Objects implementing the Goby nested middleware. | |
| namespace | goby::middleware::protobuf |
| namespace | goby::middleware::io |
Typedefs | |
| template<const goby::middleware::Group & line_in_group, const goby::middleware::Group & line_out_group, PubSubLayer publish_layer, PubSubLayer subscribe_layer, template< class > class ThreadType> | |
| using | goby::middleware::io::SerialThreadMAVLinkBase |