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


Public Member Functions | |
| FieldGimbalSubsystem (tap::Drivers &drivers) | |
| virtual | ~FieldGimbalSubsystem () |
| virtual void | initialize ()=0 |
Public Member Functions inherited from tap::control::Subsystem | |
| Subsystem (Drivers *drivers) | |
| virtual | ~Subsystem () |
| 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 |
|
inlinevirtual |
|
pure virtual |
Called once when you add the Subsystem to the commandScheduler stored in the Drivers class.
Reimplemented from tap::control::Subsystem.
Implemented in fang::turret::FieldGimbal.