#include <TGo4WatchRunnable.h>
Inheritance diagram for TGo4WatchRunnable:
Public Methods | |
TGo4WatchRunnable (const char *name, TGo4ExampleClient *cli) | |
virtual | ~TGo4WatchRunnable () |
virtual Int_t | Run (void *) |
The working function which runs in the thread. More... | |
Static Public Attributes | |
const UInt_t | fguWATCHINTERVAL = 5000 |
frequency in ms for the watcher runnable to check the application. More... | |
Private Methods | |
TGo4WatchRunnable () | |
Private Attributes | |
TGo4ExampleApplication * | fxApplication |
@supplierCardinality 1 @directed @clientCardinality 0..1. More... |
Definition at line 29 of file TGo4WatchRunnable.h.
|
Definition at line 23 of file TGo4WatchRunnable.cxx. References fxApplication, and TRACE. |
|
Definition at line 30 of file TGo4WatchRunnable.cxx. References TRACE. |
|
|
|
The working function which runs in the thread.
Implements TGo4Runnable. Definition at line 36 of file TGo4WatchRunnable.cxx. References fguWATCHINTERVAL, fxApplication, TGo4Task::SendStatusBuffer(), TGo4Task::SendStatusMessage(), TGo4Thread::Sleep(), TRACE, and TGo4Task::UpdateStatusBuffer(). |
|
frequency in ms for the watcher runnable to check the application.
Definition at line 21 of file TGo4WatchRunnable.cxx. Referenced by Run(). |
|
@supplierCardinality 1 @directed @clientCardinality 0..1.
Definition at line 46 of file TGo4WatchRunnable.h. Referenced by Run(), and TGo4WatchRunnable(). |