|
DeepSpace
2019
|
A subsystem that interfaces with the robot's cCompressor. More...
#include <Compressor.h>
Public Member Functions | |
| cCompressor () | |
| Class constructor. More... | |
| void | InitDefaultCommand () override |
| Initalizes the default command for this subsystem (DriveWithJoystick) More... | |
| void | SetState (bool enabled) |
Private Attributes | |
| frc::Compressor * | pCompressor |
A subsystem that interfaces with the robot's cCompressor.
Definition at line 10 of file Compressor.h.
| cCompressor::cCompressor | ( | ) |
Class constructor.
Definition at line 4 of file Compressor.cpp.
|
override |
Initalizes the default command for this subsystem (DriveWithJoystick)
Definition at line 10 of file Compressor.cpp.
| void cCompressor::SetState | ( | bool | enabled | ) |
Pass data to cCompressor
| enabled | Bool to determine if the cCompressor should be enabled or not |
Definition at line 14 of file Compressor.cpp.
|
private |
Definition at line 23 of file Compressor.h.