DeepSpace
2019
|
#include <Piston.h>
Public Member Functions | |
Piston () | |
Class constructor. More... | |
void | InitDefaultCommand () override |
Initalizes the default command for this subsystem (ControlPiston) More... | |
void | Deploy () |
Deploy the piston. More... | |
void | Retract () |
Retract the piston. More... | |
Private Attributes | |
frc::Solenoid * | pSolenoid |
Pointer to Solenoid. More... | |
Piston::Piston | ( | ) |
Class constructor.
Definition at line 3 of file Piston.cpp.
void Piston::Deploy | ( | ) |
Deploy the piston.
Definition at line 11 of file Piston.cpp.
|
override |
Initalizes the default command for this subsystem (ControlPiston)
Definition at line 7 of file Piston.cpp.
void Piston::Retract | ( | ) |
Retract the piston.
Definition at line 15 of file Piston.cpp.
|
private |