mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
SCRIPT namespace replacements
This commit is contained in:
committed by
Peter Johnson
parent
ae6c043632
commit
9aca8e0fd6
@@ -1,8 +1,8 @@
|
||||
classes:
|
||||
frc::sim::LinearSystemSim:
|
||||
wpi::sim::LinearSystemSim:
|
||||
typealias:
|
||||
- template <int S, int I, int O> using LinearSystem = frc::LinearSystem<S, I, O>
|
||||
- template <int I> using Vectord = frc::Vectord<I>
|
||||
- template <int S, int I, int O> using wpi::math::LinearSystem = wpi::math::LinearSystem<S, I, O>
|
||||
- template <int I> using wpi::math::Vectord = wpi::math::Vectord<I>
|
||||
template_params:
|
||||
- int States
|
||||
- int Inputs
|
||||
@@ -25,7 +25,7 @@ classes:
|
||||
int [const]:
|
||||
SetInput:
|
||||
overloads:
|
||||
const Vectord<Inputs>&:
|
||||
const wpi::math::Vectord<Inputs>&:
|
||||
int, double:
|
||||
GetInput:
|
||||
overloads:
|
||||
@@ -38,37 +38,37 @@ classes:
|
||||
|
||||
templates:
|
||||
LinearSystemSim_1_1_1:
|
||||
qualname: frc::sim::LinearSystemSim
|
||||
qualname: wpi::sim::LinearSystemSim
|
||||
params:
|
||||
- 1
|
||||
- 1
|
||||
- 1
|
||||
LinearSystemSim_1_1_2:
|
||||
qualname: frc::sim::LinearSystemSim
|
||||
qualname: wpi::sim::LinearSystemSim
|
||||
params:
|
||||
- 1
|
||||
- 1
|
||||
- 2
|
||||
LinearSystemSim_2_1_1:
|
||||
qualname: frc::sim::LinearSystemSim
|
||||
qualname: wpi::sim::LinearSystemSim
|
||||
params:
|
||||
- 2
|
||||
- 1
|
||||
- 1
|
||||
LinearSystemSim_2_1_2:
|
||||
qualname: frc::sim::LinearSystemSim
|
||||
qualname: wpi::sim::LinearSystemSim
|
||||
params:
|
||||
- 2
|
||||
- 1
|
||||
- 2
|
||||
LinearSystemSim_2_2_1:
|
||||
qualname: frc::sim::LinearSystemSim
|
||||
qualname: wpi::sim::LinearSystemSim
|
||||
params:
|
||||
- 2
|
||||
- 2
|
||||
- 1
|
||||
LinearSystemSim_2_2_2:
|
||||
qualname: frc::sim::LinearSystemSim
|
||||
qualname: wpi::sim::LinearSystemSim
|
||||
params:
|
||||
- 2
|
||||
- 2
|
||||
|
||||
Reference in New Issue
Block a user