WPILibC++  trunk
Public Member Functions | List of all members
PeriodicNTThread Class Reference
Inheritance diagram for PeriodicNTThread:
Inheritance graph
[legend]
Collaboration diagram for PeriodicNTThread:
Collaboration graph
[legend]

Public Member Functions

 PeriodicNTThread (PeriodicRunnable *r, const char *name)
 
virtual void stop ()
 
virtual bool isRunning ()
 

Detailed Description

Definition at line 31 of file DefaultThreadManager.h.

Member Function Documentation

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

Implements NTThread.

Definition at line 43 of file DefaultThreadManger.cpp.

void PeriodicNTThread::stop ( )
virtual

stop the thread

Implements NTThread.

Definition at line 40 of file DefaultThreadManger.cpp.


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