WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
NT_TimestampedString Struct Reference

Timestamped String. 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.
 
int64_t serverTime
 Time in server time base.
 
struct WPI_String value
 Value.
 

Detailed Description

Timestamped String.

Member Data Documentation

◆ serverTime

int64_t NT_TimestampedString::serverTime

Time in server time base.

May be 0 or 1 for locally set values.

◆ time

int64_t NT_TimestampedString::time

Time in local time base.

◆ value

struct WPI_String NT_TimestampedString::value

Value.


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