#include <TGo4WatchRunnable.h>
Inheritance diagram for TGo4WatchRunnable:
Public Member Functions | |
TGo4WatchRunnable (const char *name, TGo4ExampleClient *cli) | |
virtual | ~TGo4WatchRunnable () |
virtual Int_t | Run (void *) |
The working function which runs in the thread. | |
Static Public Attributes | |
static const UInt_t | fguWATCHINTERVAL = 5000 |
frequency in ms for the watcher runnable to check the application | |
Private Member Functions | |
TGo4WatchRunnable () | |
Private Attributes | |
TGo4ExampleApplication * | fxApplication |
1 0. |
Definition at line 29 of file TGo4WatchRunnable.h.
|
Definition at line 24 of file TGo4WatchRunnable.cxx. References fxApplication, TGo4ExampleClient::GetApplication(), and TRACE. |
|
Definition at line 31 of file TGo4WatchRunnable.cxx. References TRACE. |
|
|
|
The working function which runs in the thread.
Implements TGo4Runnable. Definition at line 37 of file TGo4WatchRunnable.cxx. References fguWATCHINTERVAL, fxApplication, TGo4Runnable::fxManager, TGo4Task::SendStatusBuffer(), TGo4Task::SendStatusMessage(), TGo4Thread::Sleep(), TRACE, and TGo4Task::UpdateStatusBuffer(). |
|
frequency in ms for the watcher runnable to check the application
Definition at line 22 of file TGo4WatchRunnable.cxx. Referenced by Run(). |
|
1 0. .1 Definition at line 46 of file TGo4WatchRunnable.h. Referenced by Run(), and TGo4WatchRunnable(). |