EPICS Base  7.0.5.1
Public Member Functions | List of all members
epicsThreadRunable Class Referenceabstract

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()
 

Detailed Description

Definition at line 351 of file epicsThread.h.

Member Function Documentation

◆ run()

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: