mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-04 03:11:43 +00:00
22 lines
410 B
YAML
22 lines
410 B
YAML
|
|
defaults:
|
||
|
|
subpackage: controller
|
||
|
|
|
||
|
|
classes:
|
||
|
|
frc::BangBangController:
|
||
|
|
ignored_bases:
|
||
|
|
- wpi::SendableHelper<BangBangController>
|
||
|
|
methods:
|
||
|
|
BangBangController:
|
||
|
|
SetSetpoint:
|
||
|
|
GetSetpoint:
|
||
|
|
AtSetpoint:
|
||
|
|
SetTolerance:
|
||
|
|
GetTolerance:
|
||
|
|
GetMeasurement:
|
||
|
|
GetError:
|
||
|
|
Calculate:
|
||
|
|
overloads:
|
||
|
|
double, double:
|
||
|
|
double:
|
||
|
|
InitSendable:
|