The Gaudi Framework  v33r1 (b1225454)
IAppMgrUI.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #ifndef GAUDIKERNEL_IAPPMGRUI_H
12 #define GAUDIKERNEL_IAPPMGRUI_H 1
13 
14 // Include files
17 #include "GaudiKernel/StatusCode.h"
18 
19 #include <string>
20 
30 class GAUDI_API IAppMgrUI : virtual public INamedInterface {
31 public:
35  virtual StatusCode run() = 0;
37  virtual StatusCode configure() = 0;
39  virtual StatusCode terminate() = 0;
41  virtual StatusCode initialize() = 0;
43  virtual StatusCode finalize() = 0;
45  virtual StatusCode nextEvent( int maxevt ) = 0;
46 
48  virtual StatusCode start() = 0;
49 
51  virtual StatusCode stop() = 0;
52 
54  virtual StatusCode reinitialize() = 0;
55 
57  virtual StatusCode restart() = 0;
58 
60  virtual Gaudi::StateMachine::State FSMState() const = 0;
61 
63  virtual void outputLevelUpdate() = 0;
64 };
65 #endif // KERNEL_IAPPMGRUI_H
DeclareInterfaceID(INamedInterface, 1, 0)
InterfaceID.
State
Allowed states for classes implementing the state machine (ApplicationMgr, Algorithm,...
Definition: StateMachine.h:22
def start
Definition: IOTest.py:108
This class is used for returning status codes from appropriate routines.
Definition: StatusCode.h:61
IInterface compliant class extending IInterface with the name() method.
Application Manager User Interface.
Definition: IAppMgrUI.h:30
int maxevt
Definition: Bootstrap.cpp:270
#define GAUDI_API
Definition: Kernel.h:81