mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
[py] Fix opmodes (#8498)
Co-authored-by: David Vo <auscompgeek@users.noreply.github.com>
This commit is contained in:
@@ -42,6 +42,4 @@ functions:
|
||||
HAL_SetOpModeOptions:
|
||||
HAL_ObserveUserProgram:
|
||||
GetControlWord:
|
||||
ignore: true
|
||||
GetUncachedControlWord:
|
||||
ignore: true
|
||||
|
||||
@@ -12,11 +12,13 @@ enums:
|
||||
HAL_MatchType:
|
||||
value_prefix: HAL_kMatchType
|
||||
HAL_RobotMode:
|
||||
ignore: true
|
||||
rename: _RobotMode
|
||||
RobotMode:
|
||||
classes:
|
||||
HAL_ControlWord:
|
||||
ignore: true
|
||||
rename: _ControlWord
|
||||
attributes:
|
||||
value:
|
||||
HAL_JoystickAxes:
|
||||
attributes:
|
||||
axes:
|
||||
|
||||
@@ -127,6 +127,4 @@ functions:
|
||||
ignore: true
|
||||
HALSIM_CancelOpModeOptionsCallback:
|
||||
HALSIM_GetOpModeOptions:
|
||||
ignore: true
|
||||
HALSIM_FreeOpModeOptionsArray:
|
||||
ignore: true
|
||||
|
||||
@@ -11,9 +11,7 @@ functions:
|
||||
HALSIM_SetProgramStarted:
|
||||
HALSIM_GetProgramStarted:
|
||||
HALSIM_SetProgramState:
|
||||
ignore: true
|
||||
HALSIM_GetProgramState:
|
||||
ignore: true
|
||||
SetProgramState:
|
||||
GetProgramState:
|
||||
HALSIM_RestartTiming:
|
||||
|
||||
Reference in New Issue
Block a user