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