WPILibC++
trunk
Main Page
Related Pages
Classes
Files
File List
networktables2
thread
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
17
class
PeriodicRunnable
18
{
19
public
:
20
virtual
~
PeriodicRunnable
()
21
{
22
}
28
virtual
void
run
() = 0;
29
};
30
31
#endif
/* PERIODICRUNNABLE_H_ */
PeriodicRunnable::run
virtual void run()=0
PeriodicRunnable
Definition:
PeriodicRunnable.h:17
Generated on Sat Apr 26 2014 12:26:59 for WPILibC++ by
1.8.6