GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
runnable performing control watcher functions of analysis client task: status of analysis is send to status queue More...
#include <TGo4AnalysisWatchRunnable.h>
Public Member Functions | |
TGo4AnalysisWatchRunnable (const char *name, TGo4AnalysisClient *cli) | |
virtual | ~TGo4AnalysisWatchRunnable () |
Int_t | Run (void *) override |
The working function which runs in the thread. | |
![]() | |
TGo4Runnable (const char *name, TGo4ThreadManager *man) | |
TGo4Runnable (const TGo4Runnable &right) | |
virtual | ~TGo4Runnable () |
TGo4Thread * | GetThread () const |
TGo4ThreadManager * | GetThreadManager () const |
void | SetThread (TGo4Thread *gthread) |
Static Public Attributes | |
static const UInt_t | fguWATCHINTERVAL =1000 |
frequency in ms for the watcher runnable to check the application | |
Private Member Functions | |
TGo4AnalysisWatchRunnable () | |
Private Attributes | |
TGo4Analysis * | fxAnalysis {nullptr} |
1 | |
TGo4AnalysisClient * | fxAnalysisClient {nullptr} |
1 | |
Additional Inherited Members | |
![]() | |
TGo4Runnable () | |
virtual Int_t | PostRun (void *ptr) |
Function which is called once after the Run()method on threadstop. | |
virtual Int_t | PreRun (void *ptr) |
Function which is called once before the Run() method on threadstart. | |
virtual void | ThreadCatch (TGo4Exception &ex) |
catch for exceptions occurring in workfunc | |
virtual void | UnexpectedCatch () |
catch for all unexpected exceptions happening in workfunc | |
![]() | |
TGo4Thread * | fxGo4Thread {nullptr} |
Backlink to thread which runs this. | |
TGo4ThreadManager * | fxManager {nullptr} |
The threadmanager which is responsible for our thread. | |
runnable performing control watcher functions of analysis client task: status of analysis is send to status queue
Definition at line 28 of file TGo4AnalysisWatchRunnable.h.
TGo4AnalysisWatchRunnable::TGo4AnalysisWatchRunnable | ( | const char * | name, |
TGo4AnalysisClient * | cli ) |
Definition at line 25 of file TGo4AnalysisWatchRunnable.cxx.
References TGo4Runnable::TGo4Runnable(), fxAnalysis, fxAnalysisClient, and TGo4AnalysisClient::GetAnalysis().
|
virtual |
Definition at line 31 of file TGo4AnalysisWatchRunnable.cxx.
|
private |
|
overridevirtual |
The working function which runs in the thread.
Implements TGo4Runnable.
Definition at line 36 of file TGo4AnalysisWatchRunnable.cxx.
References fguWATCHINTERVAL, fxAnalysis, fxAnalysisClient, and TGo4Thread::Sleep().
|
static |
frequency in ms for the watcher runnable to check the application
Definition at line 37 of file TGo4AnalysisWatchRunnable.h.
Referenced by Run().
|
private |
1
0..1
Definition at line 44 of file TGo4AnalysisWatchRunnable.h.
Referenced by TGo4AnalysisWatchRunnable(), and Run().
|
private |
1
0..1
Definition at line 49 of file TGo4AnalysisWatchRunnable.h.
Referenced by TGo4AnalysisWatchRunnable(), and Run().