WarpTwin
Documentation for WarpTwin models and classes.
Loading...
Searching...
No Matches
SimulationSteps.h
Go to the documentation of this file.
1/******************************************************************************
2* Copyright (c) ATTX INC 2025. All Rights Reserved.
3*
4* This software and associated documentation (the "Software") are the
5* proprietary and confidential information of ATTX INC. 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 INC.
15******************************************************************************/
16#ifndef SIMULATION_STEPS_H
17#define SIMULATION_STEPS_H
18
19#include "types.h"
20
21namespace warptwin {
22
31
32}
33
34#endif
Class to propagate CR3BP dynamics in characteristic units.
Definition statistics.hpp:22
simulation_steps_e
Definition SimulationSteps.h:23
@ END_STEP
Definition SimulationSteps.h:29
@ DERIVATIVE
Definition SimulationSteps.h:28
@ NOT_SCHEDULED
Definition SimulationSteps.h:24
@ STARTUP_ONLY
Definition SimulationSteps.h:25
@ START_STEP
Definition SimulationSteps.h:27
@ ALL
Definition SimulationSteps.h:26