GSI Object Oriented Online Offline (Go4) GO4-6.4.0
Loading...
Searching...
No Matches
TGo4WatchRunnable.h
Go to the documentation of this file.
1// $Id$
2//-----------------------------------------------------------------------
3// The GSI Online Offline Object Oriented (Go4) Project
4// Experiment Data Processing at EE department, GSI
5//-----------------------------------------------------------------------
6// Copyright (C) 2000- GSI Helmholtzzentrum fuer Schwerionenforschung GmbH
7// Planckstr. 1, 64291 Darmstadt, Germany
8// Contact: http://go4.gsi.de
9//-----------------------------------------------------------------------
10// This software can be used under the license agreements as stated
11// in Go4License.txt file which is part of the distribution.
12//-----------------------------------------------------------------------
13
14#ifndef TGO4WATCHRUNNABLE_H
15#define TGO4WATCHRUNNABLE_H
16
17#include "TGo4Runnable.h"
19#include "TGo4ExampleClient.h"
20
25
27 public:
28
29 TGo4WatchRunnable(const char *name, TGo4ExampleClient* cli);
30
31 virtual ~TGo4WatchRunnable();
32
33 Int_t Run(void *) override;
34
36 static const UInt_t fguWATCHINTERVAL;
37
38 private:
39
44
46};
47
48#endif //TGO4WATCHRUNNABLE_H
Example application class; this class may also run as standalone application without the threaded cli...
Example class for a client application; this may be the analysis client later on which keeps the anal...
TGo4Runnable(const TGo4Runnable &right)
TGo4ExampleApplication * fxApplication
1
static const UInt_t fguWATCHINTERVAL
frequency in ms for the watcher runnable to check the application
Int_t Run(void *) override
The working function which runs in the thread.
TGo4WatchRunnable(const char *name, TGo4ExampleClient *cli)