CommRaT 2.0.0
C++20 Real-Time Messaging Framework
Loading...
Searching...
No Matches
commrat::TimestampAccessor< T > Struct Template Reference

Trait to access timestamp from different message types. More...

#include <commrat/mailbox/timestamped_ring_buffer.hpp>

Static Public Member Functions

static uint64_t get (const T &msg)
 

Detailed Description

template<typename T>
struct commrat::TimestampAccessor< T >

Trait to access timestamp from different message types.

Default: Access .timestamp directly Specialization for TimsMessage<T>: Access .header.timestamp

Definition at line 35 of file timestamped_ring_buffer.hpp.

Member Function Documentation

◆ get()


The documentation for this struct was generated from the following file: