|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
#include <quad_drive_subsystem.hpp>


Public Member Functions | |
| QuadDriveSubsystem (tap::Drivers &drivers) | |
| virtual | ~QuadDriveSubsystem ()=default |
Public Member Functions inherited from tap::control::Subsystem | |
| Subsystem (Drivers *drivers) | |
| virtual | ~Subsystem () |
| virtual void | initialize () |
| void | registerAndInitialize () |
| mockable void | setDefaultCommand (Command *defaultCommand) |
| mockable Command * | getDefaultCommand () const |
| virtual void | refresh () |
| virtual void | refreshSafeDisconnect () |
| mockable void | setTestCommand (Command *testCommand) |
| mockable Command * | getTestCommand () const |
| virtual const char * | getName () const |
| mockable int | getGlobalIdentifier () const |
Additional Inherited Members | |
Protected Attributes inherited from tap::control::Subsystem | |
| Drivers * | drivers |
|
inline |
|
virtualdefault |