WPILibC++
2018.4.1-20180923204725-1195-g5c6b78e
|
HAL Entry Value. More...
#include <HAL_Value.h>
Public Attributes | |
union { | |
HAL_Bool v_boolean | |
int32_t v_enum | |
int32_t v_int | |
int64_t v_long | |
double v_double | |
} | data |
enum HAL_Type | type |
HAL Entry Value.
Note this is a typed union.