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

Timestamped DoubleArray. More...

#include <ntcore_cpp_types.h>

Public Member Functions

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

Detailed Description

Timestamped DoubleArray.

Constructor & Destructor Documentation

◆ TimestampedDoubleArray() [1/2]

nt::TimestampedDoubleArray::TimestampedDoubleArray ( )
default

◆ TimestampedDoubleArray() [2/2]

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

Member Data Documentation

◆ serverTime

int64_t nt::TimestampedDoubleArray::serverTime = 0

Time in server time base.

May be 0 or 1 for locally set values.

◆ time

int64_t nt::TimestampedDoubleArray::time = 0

Time in local time base.

◆ value

std::vector<double> nt::TimestampedDoubleArray::value = {}

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