WPILibC++ 2023.4.3-108-ge5452e3
nt::TimestampedStringArray Struct Reference

Timestamped StringArray. More...

#include <ntcore_cpp_types.h>

Public Member Functions

 TimestampedStringArray ()=default
 
 TimestampedStringArray (int64_t time, int64_t serverTime, std::vector< std::string > value)
 

Public Attributes

int64_t time = 0
 Time in local time base. More...
 
int64_t serverTime = 0
 Time in server time base. More...
 
std::vector< std::string > value = {}
 Value. More...
 

Detailed Description

Timestamped StringArray.

Constructor & Destructor Documentation

◆ TimestampedStringArray() [1/2]

nt::TimestampedStringArray::TimestampedStringArray ( )
default

◆ TimestampedStringArray() [2/2]

nt::TimestampedStringArray::TimestampedStringArray ( int64_t  time,
int64_t  serverTime,
std::vector< std::string >  value 
)
inline

Member Data Documentation

◆ serverTime

int64_t nt::TimestampedStringArray::serverTime = 0

Time in server time base.

May be 0 or 1 for locally set values.

◆ time

int64_t nt::TimestampedStringArray::time = 0

Time in local time base.

◆ value

std::vector<std::string> nt::TimestampedStringArray::value = {}

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