Class epicsThreadRunable

Class Documentation

class epicsThreadRunable

Interface used with class epicsThread.

Public Functions

virtual ~epicsThreadRunable() = 0
virtual void run() = 0

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

virtual void show(unsigned int level) const

Optional. Called via epicsThread::show()