![]() |
CommRaT 2.0.0
C++20 Real-Time Messaging Framework
|
#include "../messages.hpp"#include "timestamp.hpp"#include <memory>#include <string>#include <functional>#include <optional>#include <atomic>#include <span>#include <array>#include <main/tims/tims.h>#include <main/tims/tims_api.h>Go to the source code of this file.
Classes | |
| struct | commrat::TimsConfig |
| class | commrat::TimsWrapper |
Namespaces | |
| namespace | commrat |
| CommRaT - Modern C++ Real-Time Communication Framework. | |
Enumerations | |
| enum class | commrat::TimsResult { commrat::SUCCESS = 0 , commrat::ERROR_INIT = -1 , commrat::ERROR_SEND = -2 , commrat::ERROR_RECEIVE = -3 , commrat::ERROR_TIMEOUT = -4 , commrat::ERROR_INVALID_MESSAGE = -5 , commrat::ERROR_NOT_INITIALIZED = -6 } |