Goby3
3.1.5a
2024.05.23
|
#include <atomic>
#include <functional>
#include <sys/types.h>
#include <thread>
#include <tuple>
#include <unistd.h>
#include "goby/middleware/group.h"
#include "goby/middleware/marshalling/interface.h"
#include "goby/middleware/transport/null.h"
#include "goby/middleware/transport/poller.h"
#include "goby/middleware/transport/serialization_handlers.h"
Go to the source code of this file.
Classes | |
class | goby::middleware::InterProcessTransporterBase< Derived, InnerTransporter > |
Base class for implementing transporters (both portal and forwarder) for the interprocess layer. More... | |
class | goby::middleware::InterProcessForwarder< InnerTransporter > |
Implements the forwarder concept for the interprocess layer. More... | |
class | goby::middleware::InterProcessPortalBase< Derived, InnerTransporter > |
Namespaces | |
goby | |
The global namespace for the Goby project. | |
goby::middleware | |
Objects implementing the Goby nested middleware. | |