WPILibC++ 2024.3.2
NT_TimestampedDoubleArray Struct Reference

Timestamped DoubleArray. More...

#include </home/runner/work/allwpilib/allwpilib/ntcore/src/generated/main/native/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...
 

Detailed Description

Timestamped DoubleArray.

Member Data Documentation

◆ len

size_t NT_TimestampedDoubleArray::len

Value length.

◆ serverTime

int64_t NT_TimestampedDoubleArray::serverTime

Time in server time base.

May be 0 or 1 for locally set values.

◆ time

int64_t NT_TimestampedDoubleArray::time

Time in local time base.

◆ value

double* NT_TimestampedDoubleArray::value

Value.


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