mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
SCRIPT namespace replacements
This commit is contained in:
committed by
Peter Johnson
parent
ae6c043632
commit
9aca8e0fd6
@@ -1,5 +1,5 @@
|
||||
classes:
|
||||
frc::IterativeRobotBase:
|
||||
wpi::IterativeRobotBase:
|
||||
methods:
|
||||
DriverStationConnected:
|
||||
DisabledInit:
|
||||
@@ -15,7 +15,7 @@ classes:
|
||||
overloads:
|
||||
double:
|
||||
ignore: true
|
||||
units::second_t:
|
||||
wpi::units::second_t:
|
||||
LoopFunc:
|
||||
SimulationInit:
|
||||
internal: true
|
||||
|
||||
Reference in New Issue
Block a user