mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
37 lines
898 B
YAML
37 lines
898 B
YAML
extra_includes:
|
|
- wpi/hardware/pneumatic/Compressor.hpp
|
|
|
|
classes:
|
|
frc::sim::REVPHSim:
|
|
typealias:
|
|
- frc::PneumaticsBase
|
|
force_type_casters:
|
|
- std::function
|
|
methods:
|
|
REVPHSim:
|
|
overloads:
|
|
'':
|
|
int:
|
|
const PneumaticsBase&:
|
|
RegisterInitializedCallback:
|
|
GetInitialized:
|
|
SetInitialized:
|
|
RegisterSolenoidOutputCallback:
|
|
GetSolenoidOutput:
|
|
SetSolenoidOutput:
|
|
RegisterCompressorOnCallback:
|
|
GetCompressorOn:
|
|
SetCompressorOn:
|
|
RegisterCompressorConfigTypeCallback:
|
|
GetCompressorConfigType:
|
|
SetCompressorConfigType:
|
|
RegisterPressureSwitchCallback:
|
|
GetPressureSwitch:
|
|
SetPressureSwitch:
|
|
RegisterCompressorCurrentCallback:
|
|
GetCompressorCurrent:
|
|
SetCompressorCurrent:
|
|
GetAllSolenoidOutputs:
|
|
SetAllSolenoidOutputs:
|
|
ResetData:
|