You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only mechanism in HAL to get options is via HALSIM_GetSimValueEnumOptions.
There is SimDeviceSim::GetEnumOptions, but that requires linking to wpilib. Probably could just copy SimDeviceSim::GetEnumOptions and have it return the underlying SimEnum.getOptions?
For 'double' enums, there is also only HALSIM_GetSimValueEnumDoubleValues, but no equivalent wrapper in SimDeviceSim.
The text was updated successfully, but these errors were encountered:
Only mechanism in HAL to get options is via HALSIM_GetSimValueEnumOptions.
There is SimDeviceSim::GetEnumOptions, but that requires linking to wpilib. Probably could just copy SimDeviceSim::GetEnumOptions and have it return the underlying SimEnum.getOptions?
For 'double' enums, there is also only HALSIM_GetSimValueEnumDoubleValues, but no equivalent wrapper in SimDeviceSim.
The text was updated successfully, but these errors were encountered: