WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::sim::DoubleSolenoidSim Class Reference

#include <wpi/simulation/DoubleSolenoidSim.hpp>

Public Member Functions

 DoubleSolenoidSim (std::shared_ptr< PneumaticsBaseSim > moduleSim, int fwd, int rev)
 DoubleSolenoidSim (int module, PneumaticsModuleType type, int fwd, int rev)
 DoubleSolenoidSim (PneumaticsModuleType type, int fwd, int rev)
DoubleSolenoid::Value Get () const
void Set (DoubleSolenoid::Value output)
std::shared_ptr< PneumaticsBaseSimGetModuleSim () const

Constructor & Destructor Documentation

◆ DoubleSolenoidSim() [1/3]

wpi::sim::DoubleSolenoidSim::DoubleSolenoidSim ( std::shared_ptr< PneumaticsBaseSim > moduleSim,
int fwd,
int rev )

◆ DoubleSolenoidSim() [2/3]

wpi::sim::DoubleSolenoidSim::DoubleSolenoidSim ( int module,
PneumaticsModuleType type,
int fwd,
int rev )

◆ DoubleSolenoidSim() [3/3]

wpi::sim::DoubleSolenoidSim::DoubleSolenoidSim ( PneumaticsModuleType type,
int fwd,
int rev )

Member Function Documentation

◆ Get()

DoubleSolenoid::Value wpi::sim::DoubleSolenoidSim::Get ( ) const

◆ GetModuleSim()

std::shared_ptr< PneumaticsBaseSim > wpi::sim::DoubleSolenoidSim::GetModuleSim ( ) const

◆ Set()

void wpi::sim::DoubleSolenoidSim::Set ( DoubleSolenoid::Value output)

The documentation for this class was generated from the following file: