WPILibC++ 2024.3.2
HAL_Value Struct Reference

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
 

Detailed Description

HAL Entry Value.

Note this is a typed union.

Member Data Documentation

◆ 

union { ... } HAL_Value::data

◆ type

enum HAL_Type HAL_Value::type

◆ v_boolean

HAL_Bool HAL_Value::v_boolean

◆ v_double

double HAL_Value::v_double

◆ v_enum

int32_t HAL_Value::v_enum

◆ v_int

int32_t HAL_Value::v_int

◆ v_long

int64_t HAL_Value::v_long

The documentation for this struct was generated from the following file: