39#ifndef MODELS_STATES_ORBITAL_ELEMENTS_STATE_INIT_H
40#define MODELS_STATES_ORBITAL_ELEMENTS_STATE_INIT_H
56 MODEL(OrbitalElementsStateInit)
65 SIGNAL(a,
double, 6878140.0)
69 SIGNAL(i,
double, 45.0*warpos::DEGREES_TO_RADIANS)
94 int16
start() override;
#define SIGNAL(NAME, TYPE, INITIAL_VALUE)
Definition appmacros.h:27
#define START_PARAMS
Definition appmacros.h:42
#define END_OUTPUTS
Definition appmacros.h:33
#define END_PARAMS
Definition appmacros.h:47
#define START_OUTPUTS
Definition appmacros.h:28
#define END_INPUTS
Definition appmacros.h:40
#define START_INPUTS
Definition appmacros.h:35
#define CartesianVector3
Definition mathmacros.h:43
#define CartesianVector6
Definition mathmacros.h:45
PlanetDefaults earth_wgs84
Definition planetdefaults.cpp:22
Class to propagate CR3BP dynamics in characteristic units.
Definition statistics.hpp:22
int16 start() override
Class to execute logging.
SIGNAL(_mu, double, warpos::earth_wgs84.mu)
CartesianVector3 _pos
Definition OrbitalElementsStateInit.h:100
@ MODEL
Simplified dynamics model representing motion in the circular restricted 3 body problem.
Definition ImNode.h:31
CartesianVector3 _vel
Definition OrbitalElementsStateInit.h:101
MODEL(OrbitalElementsSensorModel) public CartesianVector6 _orbital_elements
Model for sensing the instantaneous orbital elements of a vehicle given its position and velocity.
Definition OrbitalElementsSensorModel.h:55