Now you can download a copy of these docs so you can use them offline! Download now
PeriodicRunnable Class Referenceabstract

#include <PeriodicRunnable.h>

Inheritance diagram for PeriodicRunnable:

Public Member Functions

virtual void run ()=0
 

Detailed Description

A runnable where the run method will be called periodically

Author
Mitchell

Definition at line 17 of file PeriodicRunnable.h.

Member Function Documentation

virtual void PeriodicRunnable::run ( )
pure virtual

the method that will be called periodically on a thread

Exceptions
InterruptedExceptionthrown when the thread is supposed to be interrupted and stop (implementers should always let this exception fall through)

Implemented in WriteManager, ServerIncomingStreamMonitor, and ConnectionMonitorThread.


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

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