![]() |
WPILibC++ 2027.0.0-alpha-4
|
Go to the source code of this file.
Classes | |
| class | wpi::hal::SimValue |
| C++ wrapper around a HAL simulator value handle. More... | |
| class | wpi::hal::SimInt |
| C++ wrapper around a HAL simulator int value handle. More... | |
| class | wpi::hal::SimLong |
| C++ wrapper around a HAL simulator long value handle. More... | |
| class | wpi::hal::SimDouble |
| C++ wrapper around a HAL simulator double value handle. More... | |
| class | wpi::hal::SimEnum |
| C++ wrapper around a HAL simulator enum value handle. More... | |
| class | wpi::hal::SimBoolean |
| C++ wrapper around a HAL simulator boolean value handle. More... | |
| class | wpi::hal::SimDevice |
| A move-only C++ wrapper around a HAL simulator device handle. More... | |
Namespaces | |
| namespace | wpi |
| namespace | wpi::hal |
| WPILib Hardware Abstraction Layer (HAL) namespace. | |
Functions | |
| HAL_SimValueHandle | HAL_CreateSimValue (HAL_SimDeviceHandle device, const char *name, int32_t direction, const HAL_Value &initialValue) |
| HAL_Value | HAL_GetSimValue (HAL_SimValueHandle handle) |
| void | HAL_SetSimValue (HAL_SimValueHandle handle, const HAL_Value &value) |
|
inline |
|
inline |
|
inline |