WPILibC++ 2024.3.2
NT_TimestampedFloatArray Struct Reference

Timestamped FloatArray. 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...
 
float * value
 Value. More...
 
size_t len
 Value length. More...
 

Detailed Description

Timestamped FloatArray.

Member Data Documentation

◆ len

size_t NT_TimestampedFloatArray::len

Value length.

◆ serverTime

int64_t NT_TimestampedFloatArray::serverTime

Time in server time base.

May be 0 or 1 for locally set values.

◆ time

int64_t NT_TimestampedFloatArray::time

Time in local time base.

◆ value

float* NT_TimestampedFloatArray::value

Value.


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