Goby3
3.1.5a
2024.05.23
|
#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 | |
boost | |
boost::system | |
goby | |
The global namespace for the Goby project. | |
goby::util | |
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"} |