#include <TGo4AnalysisWatchRunnable.h>
Inheritance diagram for TGo4AnalysisWatchRunnable:
Public Methods | |
TGo4AnalysisWatchRunnable (const char *name, TGo4AnalysisClient *cli) | |
virtual | ~TGo4AnalysisWatchRunnable () |
virtual Int_t | Run (void *) |
The working function which runs in the thread. More... | |
Static Public Attributes | |
const UInt_t | fguWATCHINTERVAL = 1000 |
frequency in ms for the watcher runnable to check the application. More... | |
Private Methods | |
TGo4AnalysisWatchRunnable () | |
Private Attributes | |
TGo4Analysis * | fxAnalysis |
@supplierCardinality 1 @directed @clientCardinality 0..1. More... | |
TGo4AnalysisClient * | fxAnalysisClient |
@supplierCardinality 1 @directed @clientCardinality 0..1. More... |
Definition at line 31 of file TGo4AnalysisWatchRunnable.h.
|
Definition at line 30 of file TGo4AnalysisWatchRunnable.cxx. References fxAnalysis. |
|
Definition at line 36 of file TGo4AnalysisWatchRunnable.cxx. |
|
|
|
The working function which runs in the thread.
Implements TGo4Runnable. Definition at line 41 of file TGo4AnalysisWatchRunnable.cxx. References fguWATCHINTERVAL, fxAnalysis, fxAnalysisClient, TGo4Analysis::IsInitDone(), TGo4Slave::MainIsRunning(), TGo4AnalysisClient::SendAnalysisClientStatus(), TGo4Thread::Sleep(), TGo4AnalysisClient::TestRatemeter(), TGo4AnalysisClient::UpdateRate(), and TGo4Slave::UpdateStatusBuffer(). |
|
frequency in ms for the watcher runnable to check the application.
Definition at line 27 of file TGo4AnalysisWatchRunnable.cxx. Referenced by Run(). |
|
@supplierCardinality 1 @directed @clientCardinality 0..1.
Definition at line 47 of file TGo4AnalysisWatchRunnable.h. Referenced by Run(), and TGo4AnalysisWatchRunnable(). |
|
@supplierCardinality 1 @directed @clientCardinality 0..1.
Definition at line 52 of file TGo4AnalysisWatchRunnable.h. Referenced by Run(). |