Goby3 3.2.3
2025.05.13
|
#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 | |
namespace | goby |
The global namespace for the Goby project. | |
namespace | goby::middleware |
Objects implementing the Goby nested middleware. | |