![]() |
CommRaT 2.0.0
C++20 Real-Time Messaging Framework
|
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) |
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.
|
inlinestatic |
Definition at line 36 of file timestamped_ring_buffer.hpp.
Referenced by commrat::TimestampedRingBuffer< T, MaxSize >::push(), and commrat::TimestampedRingBuffer< T, MaxSize >::push().