GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4AnalysisWatchRunnable.h>
Public Member Functions | |
TGo4AnalysisWatchRunnable (const char *name, TGo4AnalysisClient *cli) | |
virtual | ~TGo4AnalysisWatchRunnable () |
virtual Int_t | Run (void *) |
Public Member Functions inherited from TGo4Runnable | |
TGo4Runnable (const TGo4Runnable &right) | |
TGo4Runnable (const char *name, TGo4ThreadManager *man) | |
virtual | ~TGo4Runnable () |
void | SetThread (TGo4Thread *gthread) |
TGo4Thread * | GetThread () const |
TGo4ThreadManager * | GetThreadManager () const |
Static Public Attributes | |
static const UInt_t | fguWATCHINTERVAL =1000 |
Private Member Functions | |
TGo4AnalysisWatchRunnable () | |
Private Attributes | |
TGo4Analysis * | fxAnalysis |
TGo4AnalysisClient * | fxAnalysisClient |
Additional Inherited Members | |
Protected Member Functions inherited from TGo4Runnable | |
TGo4Runnable () | |
virtual Int_t | PreRun (void *ptr) |
virtual Int_t | PostRun (void *ptr) |
virtual void | ThreadCatch (TGo4Exception &ex) |
virtual void | UnexpectedCatch () |
Protected Attributes inherited from TGo4Runnable | |
TGo4ThreadManager * | fxManager |
TGo4Thread * | fxGo4Thread |
runnable performing control watcher functions of analysis client task: status of analysis is send to status queue thread
Definition at line 29 of file TGo4AnalysisWatchRunnable.h.
TGo4AnalysisWatchRunnable::TGo4AnalysisWatchRunnable | ( | const char * | name, |
TGo4AnalysisClient * | cli | ||
) |
Definition at line 30 of file TGo4AnalysisWatchRunnable.cxx.
References fxAnalysis, and TGo4AnalysisClient::GetAnalysis().
|
virtual |
Definition at line 36 of file TGo4AnalysisWatchRunnable.cxx.
|
private |
|
virtual |
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().
|
static |
frequency in ms for the watcher runnable to check the application
Definition at line 38 of file TGo4AnalysisWatchRunnable.h.
Referenced by Run().
|
private |
1 0..1
Definition at line 45 of file TGo4AnalysisWatchRunnable.h.
Referenced by Run(), and TGo4AnalysisWatchRunnable().
|
private |