EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions | List of all members
epicsThreadRunable Class Referenceabstract

Interface used with class epicsThread.

#include <epicsThread.h>

Public Member Functions

virtual void run ()=0
 
virtual void show (unsigned int level) const
 Optional. Called via epicsThread::show()
 

Detailed Description

Definition at line 356 of file epicsThread.h.

Member Function Documentation

virtual void epicsThreadRunable::run ( )
pure virtual

Thread main function. C++ exceptions which propagate from this method will be caught and a warning printed. No other action is taken.


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