Files
allwpilib/wpilibc/src/main/python/semiwrap/simulation/DriverStationSim.yml

59 lines
1.4 KiB
YAML
Raw Normal View History

classes:
wpi::sim::OpModeOptions:
ignore: true
2025-11-07 20:00:05 -05:00
wpi::sim::DriverStationSim:
force_type_casters:
- std::function
methods:
RegisterEnabledCallback:
GetEnabled:
SetEnabled:
RegisterEStopCallback:
GetEStop:
SetEStop:
RegisterFmsAttachedCallback:
GetFmsAttached:
SetFmsAttached:
RegisterDsAttachedCallback:
GetDsAttached:
SetDsAttached:
RegisterAllianceStationIdCallback:
GetAllianceStationId:
SetAllianceStationId:
RegisterMatchTimeCallback:
GetMatchTime:
SetMatchTime:
NotifyNewData:
SetSendError:
SetSendConsoleLine:
GetJoystickLeds:
GetJoystickRumble:
SetJoystickButton:
SetJoystickAxis:
SetJoystickPOV:
SetJoystickGamepadType:
SetJoystickSupportedOutputs:
SetJoystickName:
SetGameSpecificMessage:
SetEventName:
SetMatchType:
SetMatchNumber:
SetReplayNumber:
ResetData:
SetJoystickIsGamepad:
2025-11-07 19:58:22 -05:00
SetJoystickAxesMaximumIndex:
SetJoystickAxesAvailable:
SetJoystickPOVsMaximumIndex:
SetJoystickPOVsAvailable:
SetJoystickButtonsMaximumIndex:
SetJoystickButtonsAvailable:
RegisterRobotModeCallback:
GetRobotMode:
SetRobotMode:
RegisterOpModeCallback:
GetOpMode:
SetOpMode:
RegisterOpModeOptionsCallback:
GetOpModeOptions:
ignore: true