mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
48 lines
1.2 KiB
YAML
48 lines
1.2 KiB
YAML
|
|
extra_includes:
|
||
|
|
- wpi/sendable/SendableBuilder.h
|
||
|
|
- frc/Compressor.h
|
||
|
|
- frc/Solenoid.h
|
||
|
|
- frc/DoubleSolenoid.h
|
||
|
|
|
||
|
|
classes:
|
||
|
|
frc::PneumaticsControlModule:
|
||
|
|
methods:
|
||
|
|
PneumaticsControlModule:
|
||
|
|
overloads:
|
||
|
|
int:
|
||
|
|
int, int:
|
||
|
|
GetCompressor:
|
||
|
|
DisableCompressor:
|
||
|
|
EnableCompressorDigital:
|
||
|
|
EnableCompressorAnalog:
|
||
|
|
EnableCompressorHybrid:
|
||
|
|
GetCompressorConfigType:
|
||
|
|
GetPressureSwitch:
|
||
|
|
GetCompressorCurrent:
|
||
|
|
GetCompressorCurrentTooHighFault:
|
||
|
|
GetCompressorCurrentTooHighStickyFault:
|
||
|
|
GetCompressorShortedFault:
|
||
|
|
GetCompressorShortedStickyFault:
|
||
|
|
GetCompressorNotConnectedFault:
|
||
|
|
GetCompressorNotConnectedStickyFault:
|
||
|
|
GetSolenoidVoltageFault:
|
||
|
|
GetSolenoidVoltageStickyFault:
|
||
|
|
ClearAllStickyFaults:
|
||
|
|
SetSolenoids:
|
||
|
|
GetSolenoids:
|
||
|
|
GetModuleNumber:
|
||
|
|
GetSolenoidDisabledList:
|
||
|
|
FireOneShot:
|
||
|
|
SetOneShotDuration:
|
||
|
|
CheckSolenoidChannel:
|
||
|
|
CheckAndReserveSolenoids:
|
||
|
|
UnreserveSolenoids:
|
||
|
|
ReserveCompressor:
|
||
|
|
UnreserveCompressor:
|
||
|
|
GetAnalogVoltage:
|
||
|
|
GetPressure:
|
||
|
|
MakeSolenoid:
|
||
|
|
MakeDoubleSolenoid:
|
||
|
|
MakeCompressor:
|
||
|
|
ReportUsage:
|