DABC (Data Acquisition Backbone Core)  2.9.9
Public Member Functions | Friends
dabc::Runnable Class Referenceabstract

Object which could be run inside the dabc::PosixThread More...

#include <dabc/threads.h>

Inheritance diagram for dabc::Runnable:
dabc::Thread dabc::SocketThread verbs::Thread

Public Member Functions

virtual void * MainLoop ()=0
 
virtual void RunnableCancelled ()
 
virtual ~Runnable ()
 

Friends

class Thread
 

Detailed Description

Object which could be run inside the dabc::PosixThread

Definition at line 320 of file threads.h.

Constructor & Destructor Documentation

◆ ~Runnable()

dabc::Runnable::~Runnable ( )
virtual

Definition at line 148 of file threads.cxx.

Member Function Documentation

◆ MainLoop()

virtual void* dabc::Runnable::MainLoop ( )
pure virtual

Implemented in dabc::Thread.

◆ RunnableCancelled()

virtual void dabc::Runnable::RunnableCancelled ( )
inlinevirtual

Reimplemented in dabc::Thread.

Definition at line 326 of file threads.h.

Friends And Related Function Documentation

◆ Thread

friend class Thread
friend

Definition at line 321 of file threads.h.


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