Ravens Robotics FRC 2015
Main Page
Classes
Files
File List
File Members
src
RobotComponent.h
Go to the documentation of this file.
1
10
#ifndef ROBOTCOMPONENT_H_
11
#define ROBOTCOMPONENT_H_
12
#include "WPILib.h"
13
14
111
class
RobotComponent
{
112
public
:
116
RobotComponent
();
117
121
virtual
~RobotComponent
();
122
126
virtual
void
ComponentInit
();
127
131
virtual
void
Sense
();
132
136
virtual
void
DoWork
();
137
};
138
139
140
#endif
/* ROBOTCOMPONENT_H_ */
141
RobotComponent::ComponentInit
virtual void ComponentInit()
Definition:
RobotComponent.cpp:21
RobotComponent::Sense
virtual void Sense()
Definition:
RobotComponent.cpp:25
RobotComponent::DoWork
virtual void DoWork()
Definition:
RobotComponent.cpp:29
RobotComponent
Definition:
RobotComponent.h:111
RobotComponent::RobotComponent
RobotComponent()
Definition:
RobotComponent.cpp:12
RobotComponent::~RobotComponent
virtual ~RobotComponent()
Definition:
RobotComponent.cpp:17
Generated on Wed Feb 25 2015 22:42:14 for Ravens Robotics FRC 2015 by
1.8.9.1