|
EPICS Base
7.0.5.1
|
Interface used with class epicsThread. More...
#include <epicsThread.h>
Public Member Functions | |
| virtual void | run ()=0 |
| virtual void | show (unsigned int level) const |
| Optional. Called via epicsThread::show() | |
Definition at line 351 of file epicsThread.h.
|
pure virtual |
Thread main function. C++ exceptions which propagate from this method will be caught and a warning printed. No other action is taken.
1.8.13