![]() |
WPILibC++ 2025.3.2
|
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.
| union { ... } HAL_Value::data |
| enum HAL_Type HAL_Value::type |
| HAL_Bool HAL_Value::v_boolean |
| double HAL_Value::v_double |
| int32_t HAL_Value::v_enum |
| int32_t HAL_Value::v_int |
| int64_t HAL_Value::v_long |