|
Goby3 3.3.0
2025.07.10
|
#include <deque>#include <memory>#include <mutex>#include <string>#include <thread>#include <boost/bind/bind.hpp>#include "goby/middleware/group.h"#include "goby/middleware/transport/interthread.h"#include "goby/util/asio_compat.h"#include "goby/util/linebasedcomms/thread_stub.h"#include "goby/util/protobuf/linebasedcomms.pb.h"Go to the source code of this file.
Classes | |
| class | goby::util::LineBasedInterface |
| basic interface class for all the derived serial (and networking mimics) line-based nodes (serial, tcp, udp, etc.) More... | |
Namespaces | |
| namespace | boost |
| namespace | boost::system |
| namespace | goby |
| The global namespace for the Goby project. | |
| namespace | goby::util |
| namespace | goby::util::groups |
Variables | |
| constexpr goby::middleware::Group | goby::util::groups::linebasedcomms_in {"goby::util::LineBasedInterface::in"} |
| constexpr goby::middleware::Group | goby::util::groups::linebasedcomms_out {"goby::util::LineBasedInterface::out"} |