WPILibC++ 2023.4.3-108-ge5452e3
|
Timestamped DoubleArray. More...
#include <ntcore_c_types.h>
Public Attributes | |
int64_t | time |
Time in local time base. More... | |
int64_t | serverTime |
Time in server time base. More... | |
double * | value |
Value. More... | |
size_t | len |
Value length. More... | |
Timestamped DoubleArray.
size_t NT_TimestampedDoubleArray::len |
Value length.
int64_t NT_TimestampedDoubleArray::serverTime |
Time in server time base.
May be 0 or 1 for locally set values.
int64_t NT_TimestampedDoubleArray::time |
Time in local time base.
double* NT_TimestampedDoubleArray::value |
Value.