WPILibC++ 2023.4.3-108-ge5452e3
|
Timestamped StringArray. More...
#include <ntcore_c_types.h>
Public Attributes | |
int64_t | time |
Time in local time base. More... | |
int64_t | serverTime |
Time in server time base. More... | |
struct NT_String * | value |
Value. More... | |
size_t | len |
Value length. More... | |
Timestamped StringArray.
size_t NT_TimestampedStringArray::len |
Value length.
int64_t NT_TimestampedStringArray::serverTime |
Time in server time base.
May be 0 or 1 for locally set values.
int64_t NT_TimestampedStringArray::time |
Time in local time base.
struct NT_String* NT_TimestampedStringArray::value |
Value.