![]() |
WPILibC++ 2025.3.2
|
This is the complete list of members for hal::SimDevice, including all inherited members.
| CreateBoolean(const char *name, int32_t direction, bool initialValue) | hal::SimDevice | inline |
| CreateDouble(const char *name, int32_t direction, double initialValue) | hal::SimDevice | inline |
| CreateEnum(const char *name, int32_t direction, std::initializer_list< const char * > options, int32_t initialValue) | hal::SimDevice | inline |
| CreateEnum(const char *name, int32_t direction, std::span< const char *const > options, int32_t initialValue) | hal::SimDevice | inline |
| CreateEnumDouble(const char *name, int32_t direction, std::initializer_list< const char * > options, std::initializer_list< double > optionValues, int32_t initialValue) | hal::SimDevice | inline |
| CreateEnumDouble(const char *name, int32_t direction, std::span< const char *const > options, std::span< const double > optionValues, int32_t initialValue) | hal::SimDevice | inline |
| CreateInt(const char *name, int32_t direction, int32_t initialValue) | hal::SimDevice | inline |
| CreateLong(const char *name, int32_t direction, int64_t initialValue) | hal::SimDevice | inline |
| CreateValue(const char *name, int32_t direction, const HAL_Value &initialValue) | hal::SimDevice | inline |
| Direction enum name | hal::SimDevice | |
| GetName() const | hal::SimDevice | inline |
| kBidir enum value | hal::SimDevice | |
| kInput enum value | hal::SimDevice | |
| kOutput enum value | hal::SimDevice | |
| m_handle | hal::SimDevice | protected |
| operator bool() const | hal::SimDevice | inlineexplicit |
| operator HAL_SimDeviceHandle() const | hal::SimDevice | inline |
| operator=(const SimDevice &)=delete | hal::SimDevice | |
| operator=(SimDevice &&rhs) | hal::SimDevice | inline |
| SimDevice()=default | hal::SimDevice | |
| SimDevice(const char *name) | hal::SimDevice | inlineexplicit |
| SimDevice(const char *name, int index) | hal::SimDevice | |
| SimDevice(const char *name, int index, int channel) | hal::SimDevice | |
| SimDevice(const SimDevice &)=delete | hal::SimDevice | |
| SimDevice(SimDevice &&rhs) | hal::SimDevice | inline |
| ~SimDevice() | hal::SimDevice | inline |