WPILibC++
2019.1.1-beta-1-37-g43d188a
|
NetworkTables Entry Value. More...
#include <ntcore_c.h>
Public Attributes | |
enum NT_Type | type |
uint64_t | last_change |
union { | |
NT_Bool v_boolean | |
double v_double | |
struct NT_String v_string | |
struct NT_String v_raw | |
struct { | |
NT_Bool * arr | |
size_t size | |
} arr_boolean | |
struct { | |
double * arr | |
size_t size | |
} arr_double | |
struct { | |
struct NT_String * arr | |
size_t size | |
} arr_string | |
} | data |
NetworkTables Entry Value.
Note this is a typed union.