WPILibC++ 2024.1.1-beta-4
hal::SimEnum Class Reference

C++ wrapper around a HAL simulator enum value handle. More...

#include <hal/SimDevice.h>

Inheritance diagram for hal::SimEnum:
hal::SimValue

Public Member Functions

 SimEnum ()=default
 Default constructor that results in an "empty" object that is false in a boolean context. More...
 
 SimEnum (HAL_SimValueHandle val)
 Wraps a simulated value handle as returned by HAL_CreateSimValueEnum(). More...
 
int32_t Get () const
 Gets the simulated value. More...
 
void Set (int32_t value)
 Sets the simulated value. More...
 
- Public Member Functions inherited from hal::SimValue
 SimValue ()=default
 Default constructor that results in an "empty" object that is false in a boolean context. More...
 
 SimValue (HAL_SimValueHandle val)
 Wraps a simulated value handle as returned by HAL_CreateSimValue(). More...
 
 operator bool () const
 Determine if handle is empty. More...
 
 operator HAL_SimValueHandle () const
 Get the internal device handle. More...
 
HAL_Value GetValue () const
 Gets the simulated value. More...
 
void SetValue (const HAL_Value &value)
 Sets the simulated value. More...
 

Additional Inherited Members

- Protected Attributes inherited from hal::SimValue
HAL_SimValueHandle m_handle = HAL_kInvalidHandle
 

Detailed Description

C++ wrapper around a HAL simulator enum value handle.

Constructor & Destructor Documentation

◆ SimEnum() [1/2]

hal::SimEnum::SimEnum ( )
default

Default constructor that results in an "empty" object that is false in a boolean context.

◆ SimEnum() [2/2]

hal::SimEnum::SimEnum ( HAL_SimValueHandle  val)
inline

Wraps a simulated value handle as returned by HAL_CreateSimValueEnum().

Parameters
valsimulated value handle

Member Function Documentation

◆ Get()

int32_t hal::SimEnum::Get ( ) const
inline

Gets the simulated value.

Returns
The current value

◆ Set()

void hal::SimEnum::Set ( int32_t  value)
inline

Sets the simulated value.

Parameters
valuethe value to set

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