![]() |
CommRaT 2.0.0
C++20 Real-Time Messaging Framework
|
#include "commrat/mailbox/registry_mailbox.hpp"#include "commrat/mailbox/typed_mailbox.hpp"#include "commrat/mailbox/historical_mailbox.hpp"#include "commrat/messaging/system/subscription_messages.hpp"#include "commrat/messaging/system/system_registry.hpp"#include "commrat/platform/threading.hpp"#include "commrat/platform/timestamp.hpp"#include "commrat/module/module_core.hpp"#include "commrat/module/module_mixins.hpp"#include "commrat/module/module_services.hpp"#include <sertial/sertial.hpp>#include <atomic>#include <vector>#include <functional>#include <optional>Go to the source code of this file.
Classes | |
| struct | commrat::EmptyBase2 |
| struct | commrat::EmptyBase3 |
| struct | commrat::is_tuple< T > |
| struct | commrat::is_tuple< std::tuple< Ts... > > |
| class | commrat::Module< UserRegistry, OutputSpec_, InputSpec_, CommandTypes > |
| Timestamp Management Architecture. More... | |
Namespaces | |
| namespace | commrat |
| CommRaT - Modern C++ Real-Time Communication Framework. | |
Variables | |
| template<typename T > | |
| constexpr bool | commrat::is_tuple_v = is_tuple<T>::value |