Goby3 3.2.3
2025.05.13
|
#include <condition_variable>
#include <functional>
#include <memory>
#include <mutex>
#include <set>
#include <shared_mutex>
#include <thread>
#include <typeindex>
#include <unordered_map>
#include <vector>
#include "goby/middleware/transport/publisher.h"
Go to the source code of this file.
Classes | |
class | goby::middleware::detail::SubscriptionStoreBase |
Base class for interthread subscription information. Non-template so it can be stored in a single container. Used by InterThreadTransporter. More... | |
struct | goby::middleware::detail::DataProtection |
class | goby::middleware::detail::SubscriptionStore< Data > |
Storage class for a specific interthread subscription (and related data). Used by InterThreadTransporter. More... | |
Namespaces | |
namespace | goby |
The global namespace for the Goby project. | |
namespace | goby::middleware |
Objects implementing the Goby nested middleware. | |
namespace | goby::middleware::detail |