Arcane
v3.15.3.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
IOnlineDebuggerService.h
1
// -*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
2
//-----------------------------------------------------------------------------
3
// Copyright 2000-2025 CEA (www.cea.fr) IFPEN (www.ifpenergiesnouvelles.com)
4
// See the top-level COPYRIGHT file for details.
5
// SPDX-License-Identifier: Apache-2.0
6
//-----------------------------------------------------------------------------
7
/*---------------------------------------------------------------------------*/
8
/* IHyodaService.h (C) 2000-2025 */
9
/* */
10
/* Interface d'un service de debugger hybrid. */
11
/*---------------------------------------------------------------------------*/
12
#ifndef ARCANE_IHYODA_SERVICE_H
13
#define ARCANE_IHYODA_SERVICE_H
14
/*---------------------------------------------------------------------------*/
15
/*---------------------------------------------------------------------------*/
16
17
// TODO: Mettre ce fichier dans 'arcane/core' car il utilise des types
18
// de 'arcane/core'
19
20
#include "
arcane/utils/ArcaneGlobal.h
"
21
22
/*---------------------------------------------------------------------------*/
23
/*---------------------------------------------------------------------------*/
24
25
namespace
Arcane
26
{
27
class
ISubDomain;
28
29
/*---------------------------------------------------------------------------*/
30
/*---------------------------------------------------------------------------*/
37
class
IOnlineDebuggerService
{
38
public
:
39
virtual
~IOnlineDebuggerService
(){}
40
public
:
41
virtual
Real loopbreak(
ISubDomain
*)=0;
42
virtual
Real softbreak(
ISubDomain
*,
const
char
*,
const
char
*,
int
)=0;
43
virtual
void
hook(
ISubDomain
*,Real)=0;
44
virtual
void
ijval(
int
,
int
,
int
*,
int
*,
double
*)=0;
45
};
46
47
/*---------------------------------------------------------------------------*/
48
/*---------------------------------------------------------------------------*/
49
50
}
51
52
/*---------------------------------------------------------------------------*/
53
/*---------------------------------------------------------------------------*/
54
55
#endif
ArcaneGlobal.h
Fichier de configuration d'Arcane.
Arcane::IOnlineDebuggerService
Interface d'un service de debugger hybrid.
Definition
IOnlineDebuggerService.h:37
Arcane::ISubDomain
Interface du gestionnaire d'un sous-domaine.
Definition
ISubDomain.h:74
Arcane
-*- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature -*-
Definition
AcceleratorGlobal.h:36
arcane
utils
IOnlineDebuggerService.h
Généré le Lundi 10 Février 2025 02:51:34 pour Arcane par
1.9.8