ReduxLib C++ 2024.3.2
|
#include <Frame.h>
Public Member Functions | |
FrameData (T value, units::second_t timestamp) | |
T | GetValue () |
units::second_t | GetTimestamp () |
Immutable container class for timestamped values.
|
inline |
Constructs a new FrameData object.
value | The value to hold. |
timestamp | The timestamp at which the value was received in seconds. |
|
inline |
Gets the timestamp in seconds of when this value was updated. The time base is relative to the FPGA timestamp.
|
inline |
Returns the value of the data frame.