GSI Object Oriented Online Offline (Go4)
GO4-6.4.0
Loading...
Searching...
No Matches
Go4TaskHandlerExample
TGo4MainRunnable.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 TGO4MAINRUNNABLE_H
15
#define TGO4MAINRUNNABLE_H
16
17
#include "
TGo4Runnable.h
"
18
19
#include "
TGo4ExampleApplication.h
"
20
#include "
TGo4ExampleClient.h
"
21
27
28
class
TGo4MainRunnable
:
public
TGo4Runnable
{
29
public
:
30
31
TGo4MainRunnable
(
const
char
*name,
TGo4ExampleClient
* cli);
32
33
virtual
~TGo4MainRunnable
();
34
35
Int_t
Run
(
void
*)
override
;
36
37
private
:
41
TGo4ExampleApplication
*
fxApplication
{
nullptr
};
42
43
TGo4MainRunnable
();
44
};
45
46
#endif
//TGO4MAINRUNNABLE_H
TGo4ExampleApplication.h
TGo4ExampleClient.h
TGo4Runnable.h
TGo4ExampleApplication
Example application class; this class may also run as standalone application without the threaded cli...
Definition
TGo4ExampleApplication.h:27
TGo4ExampleClient
Example class for a client application; this may be the analysis client later on which keeps the anal...
Definition
TGo4ExampleClient.h:29
TGo4MainRunnable::~TGo4MainRunnable
virtual ~TGo4MainRunnable()
Definition
TGo4MainRunnable.cxx:30
TGo4MainRunnable::fxApplication
TGo4ExampleApplication * fxApplication
1
Definition
TGo4MainRunnable.h:41
TGo4MainRunnable::TGo4MainRunnable
TGo4MainRunnable()
TGo4MainRunnable::Run
Int_t Run(void *) override
The working function which runs in the thread.
Definition
TGo4MainRunnable.cxx:35
TGo4MainRunnable::TGo4MainRunnable
TGo4MainRunnable(const char *name, TGo4ExampleClient *cli)
Definition
TGo4MainRunnable.cxx:23
TGo4Runnable::TGo4Runnable
TGo4Runnable(const TGo4Runnable &right)
Definition
TGo4Runnable.cxx:24
Generated by
1.13.2