GSI Object Oriented Online Offline (Go4)
GO4-6.3.0
Go4TaskHandlerExample
TGo4ControllerRunnable.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 TGO4CONTROLLERRUNNABLE_H
15
#define TGO4CONTROLLERRUNNABLE_H
16
17
#include "
TGo4Runnable.h
"
18
19
class
TGo4ExampleController
;
20
class
TGo4ExampleServer
;
21
27
class
TGo4ControllerRunnable
:
public
TGo4Runnable
{
28
29
public
:
30
31
TGo4ControllerRunnable
(
const
char
*name,
TGo4ExampleServer
* serv);
32
33
virtual
~TGo4ControllerRunnable
();
34
35
Int_t
Run
(
void
*)
override
;
36
38
static
const
UInt_t
fguCOMMANDINTERVAL
;
39
40
private
:
41
43
TGo4ExampleController
*
fxController
{
nullptr
};
44
TGo4ExampleServer
*
fxServer
{
nullptr
};
45
46
TGo4ControllerRunnable
();
47
};
48
49
#endif //TGO4CONTROLLERRUNNABLE_H
TGo4Runnable.h
TGo4ControllerRunnable::fguCOMMANDINTERVAL
static const UInt_t fguCOMMANDINTERVAL
Definition:
TGo4ControllerRunnable.h:38
TGo4ExampleController
Definition:
TGo4ExampleController.h:29
TGo4ControllerRunnable::Run
Int_t Run(void *) override
Definition:
TGo4ControllerRunnable.cxx:35
TGo4ControllerRunnable::~TGo4ControllerRunnable
virtual ~TGo4ControllerRunnable()
Definition:
TGo4ControllerRunnable.cxx:30
TGo4Runnable
Definition:
TGo4Runnable.h:32
TGo4ExampleServer
Definition:
TGo4ExampleServer.h:25
TGo4ControllerRunnable::fxServer
TGo4ExampleServer * fxServer
Definition:
TGo4ControllerRunnable.h:44
TGo4ControllerRunnable
Definition:
TGo4ControllerRunnable.h:27
TGo4ControllerRunnable::TGo4ControllerRunnable
TGo4ControllerRunnable()
TGo4ControllerRunnable::fxController
TGo4ExampleController * fxController
Definition:
TGo4ControllerRunnable.h:43
Generated on Wed Jan 10 2024 15:04:18 for GSI Object Oriented Online Offline (Go4) by
1.8.13