GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Go4TaskHandler
TGo4TaskHandlerException.h
Go to the documentation of this file.
1
// $Id: TGo4TaskHandlerException.h 478 2009-10-29 12:26:09Z linev $
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 für 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 TGO4TASKHANDLEREXCEPTION_H
15
#define TGO4TASKHANDLEREXCEPTION_H
16
17
#include "
TGo4ControlException.h
"
18
19
class
TGo4TaskHandler
;
20
class
TGo4TaskHandlerRunnable
;
21
class
TGo4ThreadManager
;
22
23
class
TGo4TaskHandlerException
:
public
TGo4ControlException
{
24
public
:
25
TGo4TaskHandlerException
(
TGo4TaskHandler
* taskhandler);
26
27
TGo4TaskHandlerException
(
TGo4TaskHandlerRunnable
* run);
28
29
virtual
~TGo4TaskHandlerException
();
30
31
virtual
Int_t
Handle
() = 0;
32
33
protected
:
34
35
TGo4TaskHandler
*
fxTaskHandler
;
36
37
TGo4ThreadManager
*
fxThreadManager
;
38
39
TGo4TaskHandlerRunnable
*
fxCaller
;
40
41
private
:
42
TGo4TaskHandlerException
();
43
};
44
45
#endif // #define TGO4TASKHANDLEREXCEPTION_H
TGo4TaskHandlerException::fxThreadManager
TGo4ThreadManager * fxThreadManager
Definition:
TGo4TaskHandlerException.h:37
TGo4ThreadManager
Definition:
TGo4ThreadManager.h:30
TGo4TaskHandlerRunnable
Definition:
TGo4TaskHandlerRunnable.h:31
TGo4ControlException.h
TGo4ControlException
Definition:
TGo4ControlException.h:23
TGo4TaskHandler
Definition:
TGo4TaskHandler.h:42
TGo4TaskHandlerException::fxCaller
TGo4TaskHandlerRunnable * fxCaller
Definition:
TGo4TaskHandlerException.h:39
TGo4TaskHandlerException
Definition:
TGo4TaskHandlerException.h:23
TGo4TaskHandlerException::fxTaskHandler
TGo4TaskHandler * fxTaskHandler
Definition:
TGo4TaskHandlerException.h:35
TGo4TaskHandlerException::Handle
virtual Int_t Handle()=0
TGo4TaskHandlerException::~TGo4TaskHandlerException
virtual ~TGo4TaskHandlerException()
Definition:
TGo4TaskHandlerException.cxx:62
TGo4TaskHandlerException::TGo4TaskHandlerException
TGo4TaskHandlerException()
Generated on Fri Oct 26 2018 08:34:53 for GSI Object Oriented Online Offline (Go4) by
1.8.8