ModelSpace
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
c
d
f
g
l
m
n
o
p
r
s
t
w
Functions
Variables
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
▼
ModelSpace
►
Clockwerk Doxygen Landing Page
►
Namespaces
►
Classes
▼
Files
▼
File List
►
clockwerk
▼
cpp
▼
src
►
analysis
►
configuration
►
cr3bputils
►
events
►
licensing
►
logging
►
models
►
monitors
▼
simulation
ArgParser.h
DispersionEngine.h
Model.h
NormalRandom.hpp
SimScheduler.h
SimTimeManager.h
SimulationExecutive.h
SimulationSteps.h
stateinit.h
UniformRandom.hpp
VisualsModel.h
►
utils
ModelSpace.h
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Pages
Loading...
Searching...
No Matches
SimulationSteps.h
1
/******************************************************************************
2
* Copyright (c) ATTX LLC 2024. All Rights Reserved.
3
*
4
* This software and associated documentation (the "Software") are the
5
* proprietary and confidential information of ATTX, LLC. The Software is
6
* furnished under a license agreement between ATTX and the user organization
7
* and may be used or copied only in accordance with the terms of the agreement.
8
* Refer to 'license/attx_license.adoc' for standard license terms.
9
*
10
* EXPORT CONTROL NOTICE: THIS SOFTWARE MAY INCLUDE CONTENT CONTROLLED UNDER THE
11
* INTERNATIONAL TRAFFIC IN ARMS REGULATIONS (ITAR) OR THE EXPORT ADMINISTRATION
12
* REGULATIONS (EAR99). No part of the Software may be used, reproduced, or
13
* transmitted in any form or by any means, for any purpose, without the express
14
* written permission of ATTX, LLC.
15
******************************************************************************/
16
#
ifndef
SIMULATION_STEPS_H
17
#
define
SIMULATION_STEPS_H
18
19
namespace
modelspace
{
20
21
enum
simulation_steps_e {
22
NOT_SCHEDULED=-2,
23
STARTUP_ONLY=-1,
24
ALL=0,
25
START_STEP=1,
26
DERIVATIVE=2,
27
END_STEP=3,
28
};
29
30
}
31
32
#
endif
modelspace
Class to propagate CR3BP dynamics in characteristic units.
Definition
ConfigurationWriter.cpp:18
cpp
src
simulation
SimulationSteps.h
Generated by
1.9.8