blob: 3af153c9ca19f37f6352ee0a925f3ab6002391bc [file] [log] [blame]
jerrym1815d882013-02-14 04:21:29 +00001// RobotBuilder Version: 0.0.2
2//
3// This file was generated by RobotBuilder. It contains sections of
4// code that are automatically generated and assigned by robotbuilder.
5// These sections will be updated in the future when you export to
6// C++ from RobotBuilder. Do not put any code or make any change in
7// the blocks indicating autogenerated code or it will be lost on an
8// update. Deleting the comments indicating the section will prevent
9// it from being updated in th future.
10#include "FrisbeeStorage.h"
11#include "../Robotmap.h"
12FrisbeeStorage::FrisbeeStorage() : Subsystem("FrisbeeStorage") {
13 // BEGIN AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=DECLARATIONS
14 frisbeeIndexerMotor = RobotMap::frisbeeStorageFrisbeeIndexerMotor;
15 frisbeeIndexerSpeedEncoder = RobotMap::frisbeeStorageFrisbeeIndexerSpeedEncoder;
16 frisbeeInputOpticalSensor = RobotMap::frisbeeStorageFrisbeeInputOpticalSensor;
17 frisbeeIndexOpticalSensor = RobotMap::frisbeeStorageFrisbeeIndexOpticalSensor;
18 frisbeeReadytoshootOpticalSensor = RobotMap::frisbeeStorageFrisbeeReadytoshootOpticalSensor;
19 // END AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=DECLARATIONS
20}
21
22void FrisbeeStorage::InitDefaultCommand() {
23 // Set the default command for a subsystem here.
24 //SetDefaultCommand(new MySpecialCommand());
25 // BEGIN AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=DEFAULT_COMMAND
26 // END AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=DEFAULT_COMMAND
27}
28// Put methods for controlling this subsystem
29// here. Call these from Commands.