|
TR-mbed 1.0
|
#include <HeroShooterSubsystem.h>
Classes | |
| struct | config |
Public Member Functions | |
| HeroShooterSubsystem (config configuration) | |
| void | setState (ShootState shoot_state) |
| void | periodic (int curr_heat, int heat_limit) |
Public Member Functions inherited from Subsystem | |
| void | periodic () |
| void | getState () |
| void | setState () |
Public Attributes | |
| DJIMotor | flywheelL |
| DJIMotor | flywheelR |
| DJIMotor | indexer |
| DJIMotor | feeder |
| HeroShooterSubsystem::HeroShooterSubsystem | ( | config | configuration | ) |
| void HeroShooterSubsystem::periodic | ( | int | curr_heat, |
| int | heat_limit | ||
| ) |
| void HeroShooterSubsystem::setState | ( | ShootState | shoot_state | ) |
| DJIMotor HeroShooterSubsystem::feeder |
| DJIMotor HeroShooterSubsystem::flywheelL |
| DJIMotor HeroShooterSubsystem::flywheelR |
| DJIMotor HeroShooterSubsystem::indexer |