Now you can download a copy of these docs so you can use them offline! Download now
NTThreadManager.h
1 /*
2  * NTThreadManager.h
3  *
4  * Created on: Sep 21, 2012
5  * Author: Mitchell Wills
6  */
7 
8 #ifndef NTTHREADMANAGER_H_
9 #define NTTHREADMANAGER_H_
10 
11 class NTThreadManager;
12 
13 #include "networktables2/thread/NTThread.h"
14 #include "networktables2/thread/PeriodicRunnable.h"
15 
23 {
24 public:
25  virtual ~NTThreadManager()
26  {
27  }
33  virtual NTThread* newBlockingPeriodicThread(PeriodicRunnable* r, const char* name) = 0;
34 };
35 
36 #endif /* NTTHREADMANAGER_H_ */
virtual NTThread * newBlockingPeriodicThread(PeriodicRunnable *r, const char *name)=0

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