Skip to content

Commit d1461b0

Browse files
committed
Update robotpy-wpilib for beta
1 parent 796a345 commit d1461b0

File tree

7 files changed

+23
-1
lines changed

7 files changed

+23
-1
lines changed

subprojects/robotpy-wpilib/gen/Alert.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22

3+
functions:
4+
format_as:
5+
ignore: true
6+
37
classes:
48
Alert:
59
enums:
@@ -10,4 +14,7 @@ classes:
1014
std::string_view, AlertType:
1115
std::string_view, std::string_view, AlertType:
1216
Set:
17+
Get:
1318
SetText:
19+
GetText:
20+
GetType:

subprojects/robotpy-wpilib/gen/RobotBase.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ classes:
2323
access: readonly
2424
m_threadId:
2525
ignore: true
26+
connListenerHandle:
27+
ignore: true
28+
m_dashboardDetected:
2629
methods:
2730
IsEnabled:
2831
IsDisabled:

subprojects/robotpy-wpilib/gen/RobotController.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ classes:
2323
GetSerialNumber:
2424
GetComments:
2525
GetTeamNumber:
26+
SetTimeSource:
27+
GetTime:
2628
GetFPGATime:
2729
GetUserButton:
2830
IsSysActive:

subprojects/robotpy-wpilib/gen/TimedRobot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ classes:
88
methods:
99
StartCompetition:
1010
EndCompetition:
11-
GetPeriod:
11+
GetLoopStartTime:
1212
AddPeriodic:
1313
param_override:
1414
offset:

subprojects/robotpy-wpilib/gen/Timer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ classes:
2020
GetMatchTime:
2121
HasElapsed:
2222
AdvanceIfElapsed:
23+
IsRunning:
24+
GetTimestamp:

subprojects/robotpy-wpilib/gen/simulation/DCMotorSim.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ classes:
1616
GetAngularVelocity:
1717
GetCurrentDraw:
1818
SetInputVoltage:
19+
GetAngularAcceleration:
20+
GetTorque:
21+
GetInputVoltage:
22+
Gearbox:
23+
Gearing:
24+
J:

subprojects/robotpy-wpilib/wpilib/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
ADXL362,
1313
ADXRS450_Gyro,
1414
AddressableLED,
15+
Alert,
1516
AnalogAccelerometer,
1617
AnalogEncoder,
1718
AnalogGyro,
@@ -121,6 +122,7 @@
121122
"ADXL362",
122123
"ADXRS450_Gyro",
123124
"AddressableLED",
125+
"Alert",
124126
"AnalogAccelerometer",
125127
"AnalogEncoder",
126128
"AnalogGyro",

0 commit comments

Comments
 (0)