CommRaT 2.0.0
C++20 Real-Time Messaging Framework
Loading...
Searching...
No Matches
tims_helpers.hpp File Reference
#include "commrat/messages.hpp"
#include "commrat/platform/timestamp.hpp"
#include <cstdint>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  commrat
 CommRaT - Modern C++ Real-Time Communication Framework.
 

Functions

template<typename T >
TimsMessage< T > commrat::create_tims_message (T &&payload, uint64_t timestamp_ns)
 Create TimsMessage with header.timestamp set.