WPILibC++
2019.1.1-beta-2-1-g9bc998f
|
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.