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

Timestamped IntegerArray. More...

#include <ntcore_cpp_types.h>

Public Member Functions

 TimestampedIntegerArray ()=default
 
 TimestampedIntegerArray (int64_t time, int64_t serverTime, std::vector< int64_t > 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< int64_t > value = {}
 Value. More...
 

Detailed Description

Timestamped IntegerArray.

Constructor & Destructor Documentation

◆ TimestampedIntegerArray() [1/2]

nt::TimestampedIntegerArray::TimestampedIntegerArray ( )
default

◆ TimestampedIntegerArray() [2/2]

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

Member Data Documentation

◆ serverTime

int64_t nt::TimestampedIntegerArray::serverTime = 0

Time in server time base.

May be 0 or 1 for locally set values.

◆ time

int64_t nt::TimestampedIntegerArray::time = 0

Time in local time base.

◆ value

std::vector<int64_t> nt::TimestampedIntegerArray::value = {}

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