WPILibC++ 2023.4.3
nt::TimestampedStringView Struct Reference

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

#include <ntcore_cpp_types.h>

Public Member Functions

 TimestampedStringView ()=default
 
 TimestampedStringView (int64_t time, int64_t serverTime, std::string_view value)
 

Public Attributes

int64_t time = 0
 Time in local time base. More...
 
int64_t serverTime = 0
 Time in server time base. More...
 
std::string_view value = {}
 Value. More...
 

Detailed Description

Timestamped String view (for SmallVector-taking functions).

Constructor & Destructor Documentation

◆ TimestampedStringView() [1/2]

nt::TimestampedStringView::TimestampedStringView ( )
default

◆ TimestampedStringView() [2/2]

nt::TimestampedStringView::TimestampedStringView ( int64_t  time,
int64_t  serverTime,
std::string_view  value 
)
inline

Member Data Documentation

◆ serverTime

int64_t nt::TimestampedStringView::serverTime = 0

Time in server time base.

May be 0 or 1 for locally set values.

◆ time

int64_t nt::TimestampedStringView::time = 0

Time in local time base.

◆ value

std::string_view nt::TimestampedStringView::value = {}

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