#include <TGo4StatusRunnable.h>

Public Member Functions | |
| TGo4StatusRunnable (const char *name, TGo4ThreadManager *man, TGo4TaskHandler *hand, Bool_t receivermode=kTRUE) | |
| virtual | ~TGo4StatusRunnable () |
| virtual Int_t | Run (void *ptr) |
| The working function which runs in the thread. | |
Private Member Functions | |
| TGo4StatusRunnable () | |
Definition at line 30 of file TGo4StatusRunnable.h.
| TGo4StatusRunnable::TGo4StatusRunnable | ( | const char * | name, | |
| TGo4ThreadManager * | man, | |||
| TGo4TaskHandler * | hand, | |||
| Bool_t | receivermode = kTRUE | |||
| ) |
Definition at line 28 of file TGo4StatusRunnable.cxx.
| TGo4StatusRunnable::~TGo4StatusRunnable | ( | ) | [virtual] |
Definition at line 36 of file TGo4StatusRunnable.cxx.
| TGo4StatusRunnable::TGo4StatusRunnable | ( | ) | [private] |
| Int_t TGo4StatusRunnable::Run | ( | void * | ptr | ) | [virtual] |
The working function which runs in the thread.
Implements TGo4TaskHandlerRunnable.
Definition at line 40 of file TGo4StatusRunnable.cxx.
1.5.6