WPILibC++ 2024.3.2
NT_TimestampedInteger Struct Reference

Timestamped Integer. 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...
 
int64_t value
 Value. More...
 

Detailed Description

Timestamped Integer.

Member Data Documentation

◆ serverTime

int64_t NT_TimestampedInteger::serverTime

Time in server time base.

May be 0 or 1 for locally set values.

◆ time

int64_t NT_TimestampedInteger::time

Time in local time base.

◆ value

int64_t NT_TimestampedInteger::value

Value.


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