|
DeepSpace
2019
|
#include <HatchGripper.h>
Public Member Functions | |
| HatchGripper () | |
| Class constructor. More... | |
| void | InitDefaultCommand () override |
| Initalizes the default command for this subsystem (ControlHatchGripper) More... | |
| void | Deploy () |
| Deploy the gripper. More... | |
| void | Retract () |
| Retract the gripper. More... | |
| void | TurnOff () |
| Turn of gripper. More... | |
Private Attributes | |
| frc::DoubleSolenoid * | pHatchSolenoid |
| Pointer to double solenoid. More... | |
Definition at line 10 of file HatchGripper.h.
| HatchGripper::HatchGripper | ( | ) |
Class constructor.
Definition at line 3 of file HatchGripper.cpp.
| void HatchGripper::Deploy | ( | ) |
Deploy the gripper.
Definition at line 11 of file HatchGripper.cpp.
|
override |
Initalizes the default command for this subsystem (ControlHatchGripper)
Definition at line 7 of file HatchGripper.cpp.
| void HatchGripper::Retract | ( | ) |
Retract the gripper.
Definition at line 15 of file HatchGripper.cpp.
| void HatchGripper::TurnOff | ( | ) |
Turn of gripper.
Definition at line 19 of file HatchGripper.cpp.
|
private |
Pointer to double solenoid.
Definition at line 20 of file HatchGripper.h.