English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / ReLauncher: TSequentialRun.h Source File
Uranie / ReLauncher v4.9.0
/* @license-end */
TSequentialRun.h
Go to the documentation of this file.
1
2// Copyright (C) 2013-2024 CEA/DES
3//
4// This program is free software: you can redistribute it and/or modify
5// it under the terms of the GNU Lesser General Public License as published by
6// the Free Software Foundation, either version 3 of the License, or any
7// later version.
8//
9// This program is distributed in the hope that it will be useful,
10// but WITHOUT ANY WARRANTY; without even the implied warranty of
11// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12// GNU Lesser General Public License for more details.
13//
14// You should have received a copy of the GNU Lesser General Public License
15// along with this program. If not, see <http://www.gnu.org/licenses/>.
18// $Id$
19// $Author$
20// $Date$
21// $Revision 1.4 $
22// $State$
24
32#ifndef __RUN__
33#define __RUN__
34
35#include "TShareRun.h"
36
37namespace URANIE
38{
39namespace Relauncher
40{
41
43{
44protected:
46
47public:
49 virtual ~TSequentialRun(void);
50
51 virtual void startSlave(void);
52 virtual void stopSlave(void);
53
54 virtual int get(long &);
55
56 ClassDef(URANIE::Relauncher::TSequentialRun, ID_RELAUNCHER)
57};
58
59}
60}
61#endif
62
TRun base class.
Definition TEval.h:50
Definition TSequentialRun.h:43
virtual void startSlave(void)
Definition TSequentialRun.cxx:53
virtual int get(long &)
Definition TSequentialRun.cxx:73
virtual ~TSequentialRun(void)
Definition TSequentialRun.cxx:48
virtual void stopSlave(void)
Definition TSequentialRun.cxx:58
TEval * _workfun
Definition TSequentialRun.h:45
Definition TShareRun.h:84
Definition TBaseEval.cxx:44