WPILibC++  trunk
Public Member Functions | List of all members
NTThread Class Referenceabstract

#include <NTThread.h>

Inheritance diagram for NTThread:
Inheritance graph
[legend]

Public Member Functions

virtual void stop ()=0
 
virtual bool isRunning ()=0
 

Detailed Description

Represents a thread in the network tables system

Author
mwills

Definition at line 16 of file NTThread.h.

Member Function Documentation

virtual bool NTThread::isRunning ( )
pure virtual
Returns
true if the thread is running

Implemented in PeriodicNTThread.

virtual void NTThread::stop ( )
pure virtual

stop the thread

Implemented in PeriodicNTThread.


The documentation for this class was generated from the following file: