GSI Object Oriented Online Offline (Go4)  GO4-6.3.0
Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | List of all members
TGo4AnalysisWatchRunnable Class Reference

#include <TGo4AnalysisWatchRunnable.h>

+ Inheritance diagram for TGo4AnalysisWatchRunnable:

Public Member Functions

 TGo4AnalysisWatchRunnable (const char *name, TGo4AnalysisClient *cli)
 
virtual ~TGo4AnalysisWatchRunnable ()
 
Int_t Run (void *) override
 
- Public Member Functions inherited from TGo4Runnable
 TGo4Runnable (const TGo4Runnable &right)
 
 TGo4Runnable (const char *name, TGo4ThreadManager *man)
 
virtual ~TGo4Runnable ()
 
void SetThread (TGo4Thread *gthread)
 
TGo4ThreadGetThread () const
 
TGo4ThreadManagerGetThreadManager () const
 

Static Public Attributes

static const UInt_t fguWATCHINTERVAL =1000
 

Private Member Functions

 TGo4AnalysisWatchRunnable ()
 

Private Attributes

TGo4AnalysisfxAnalysis {nullptr}
 
TGo4AnalysisClientfxAnalysisClient {nullptr}
 

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
TGo4ThreadManagerfxManager {nullptr}
 
TGo4ThreadfxGo4Thread {nullptr}
 

Detailed Description

runnable performing control watcher functions of analysis client task: status of analysis is send to status queue thread

Author
J. Adamczewski
Since
11-Jan-2001

Definition at line 29 of file TGo4AnalysisWatchRunnable.h.

Constructor & Destructor Documentation

◆ TGo4AnalysisWatchRunnable() [1/2]

TGo4AnalysisWatchRunnable::TGo4AnalysisWatchRunnable ( const char *  name,
TGo4AnalysisClient cli 
)

Definition at line 25 of file TGo4AnalysisWatchRunnable.cxx.

References fxAnalysis, and TGo4AnalysisClient::GetAnalysis().

◆ ~TGo4AnalysisWatchRunnable()

TGo4AnalysisWatchRunnable::~TGo4AnalysisWatchRunnable ( )
virtual

Definition at line 31 of file TGo4AnalysisWatchRunnable.cxx.

◆ TGo4AnalysisWatchRunnable() [2/2]

TGo4AnalysisWatchRunnable::TGo4AnalysisWatchRunnable ( )
private

Member Function Documentation

◆ Run()

Int_t TGo4AnalysisWatchRunnable::Run ( void *  ptr)
overridevirtual

Member Data Documentation

◆ fguWATCHINTERVAL

const UInt_t TGo4AnalysisWatchRunnable::fguWATCHINTERVAL =1000
static

frequency in ms for the watcher runnable to check the application

Definition at line 38 of file TGo4AnalysisWatchRunnable.h.

Referenced by Run().

◆ fxAnalysis

TGo4Analysis* TGo4AnalysisWatchRunnable::fxAnalysis {nullptr}
private

1 0..1

Definition at line 45 of file TGo4AnalysisWatchRunnable.h.

Referenced by Run(), and TGo4AnalysisWatchRunnable().

◆ fxAnalysisClient

TGo4AnalysisClient* TGo4AnalysisWatchRunnable::fxAnalysisClient {nullptr}
private

1 0..1

Definition at line 50 of file TGo4AnalysisWatchRunnable.h.

Referenced by Run().


The documentation for this class was generated from the following files: