Now you can download a copy of these docs so you can use them offline! Download now
PeriodicRunnable.h
1 /*
2  * PeriodicRunnable.h
3  *
4  * Created on: Sep 21, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef PERIODICRUNNABLE_H_
9 #define PERIODICRUNNABLE_H_
10 
18 {
19 public:
20  virtual ~PeriodicRunnable()
21  {
22  }
28  virtual void run() = 0;
29 };
30 
31 #endif /* PERIODICRUNNABLE_H_ */
virtual void run()=0

Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by doxygen 1.8.6