Home
Roadside
Carputer
geoHist
software
FRC
Blog
Now you can download a copy of these docs so you can use them offline!
Download now
Main Page
Related Pages
Classes
Files
File List
networktables2
thread
NTThread.h
1
/*
2
* NTThread.h
3
*
4
* Created on: Sep 21, 2012
5
* Author: Mitchell Wills
6
*/
7
8
#ifndef NTTHREAD_H_
9
#define NTTHREAD_H_
10
16
class
NTThread
17
{
18
public
:
19
virtual
~
NTThread
()
20
{
21
}
22
;
26
virtual
void
stop
() = 0;
27
31
virtual
bool
isRunning
() = 0;
32
};
33
34
#endif
/* NTTHREAD_H_ */
NTThread::isRunning
virtual bool isRunning()=0
NTThread::stop
virtual void stop()=0
NTThread
Definition:
NTThread.h:16
Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by
1.8.6
© 2006-2009 Dustin Spicuzza. All rights reserved.
Powered by Onnac
I do not condone or encourage graffiti. Please paint responsibly.