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

Timestamped FloatArray view (for SmallVector-taking functions). More...

#include <ntcore_cpp_types.h>

Public Member Functions

 TimestampedFloatArrayView ()=default
 
 TimestampedFloatArrayView (int64_t time, int64_t serverTime, std::span< float > value)
 

Public Attributes

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

Detailed Description

Timestamped FloatArray view (for SmallVector-taking functions).

Constructor & Destructor Documentation

◆ TimestampedFloatArrayView() [1/2]

nt::TimestampedFloatArrayView::TimestampedFloatArrayView ( )
default

◆ TimestampedFloatArrayView() [2/2]

nt::TimestampedFloatArrayView::TimestampedFloatArrayView ( int64_t  time,
int64_t  serverTime,
std::span< float >  value 
)
inline

Member Data Documentation

◆ serverTime

int64_t nt::TimestampedFloatArrayView::serverTime = 0

Time in server time base.

May be 0 or 1 for locally set values.

◆ time

int64_t nt::TimestampedFloatArrayView::time = 0

Time in local time base.

◆ value

std::span<float> nt::TimestampedFloatArrayView::value = {}

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