jerrym | 1815d88 | 2013-02-14 04:21:29 +0000 | [diff] [blame] | 1 | // 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 "OI.h"
|
| 11 | // BEGIN AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=INCLUDES
|
| 12 | #include "SmartDashboard/SmartDashboard.h"
|
| 13 | #include "Commands/AutonomousCommand.h"
|
| 14 | // END AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=INCLUDES
|
| 15 | OI::OI() {
|
| 16 | // Process operator interface input here.
|
| 17 | // BEGIN AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=CONSTRUCTORS
|
| 18 |
|
| 19 | // SmartDashboard Buttons
|
| 20 | SmartDashboard::PutData("Autonomous Command", new AutonomousCommand());
|
| 21 | // END AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=CONSTRUCTORS
|
| 22 | }
|
| 23 | // BEGIN AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=FUNCTIONS
|
| 24 | // END AUTOGENERATED CODE, SOURCE=ROBOTBUILDER ID=FUNCTIONS
|