2
3
4
5
6
7
8
9
10
11
12
13
14
15
17
18
19
20
22#ifndef MODELS_ASSEMBLIES_SPICE_PLANET_MODEL_H
23#define MODELS_ASSEMBLIES_SPICE_PLANET_MODEL_H
25#include "core/macros.h"
26#include "core/CartesianVector.hpp"
27#include "simulation/Model.h"
28#include "six_dof_dynamics/Frame.hpp"
29#include "simulation/SimScheduler.h"
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
91 std::string _attitude_name;
DataIO(GraphTreeObject *data_parent, std::string data_name, T initial_value)
Constructor for the DataIO object.
Definition DataIO.hpp:134
Frame(const std::string &name, Frame< T > *par=nullptr, bool free=false)
Constructor for the frame object.
Definition Frame.hpp:294
Base model class for derived implementation.
Definition Model.h:56
Implementation of the executive class for simulation.
Definition SimulationExecutive.h:63
The model to maintain planet state using SPICE.
Definition SpicePlanet.h:51
int execute()
Function to execute the task. All math and calculations should be here.
Definition SpicePlanet.cpp:67
int start()
Function to perform task startup activities (step once after creation)
Definition SpicePlanet.cpp:42
#define SIGNAL(NAME, TYPE, INITIAL_VALUE)
Definition macros.h:87
#define START_PARAMS
Definition macros.h:96
#define CartesianVector3D
Definition macros.h:54
#define END_OUTPUTS
Definition macros.h:90
#define END_PARAMS
Definition macros.h:98
#define DCMD
Definition macros.h:70
#define START_OUTPUTS
Definition macros.h:88
#define FrameD
Definition macros.h:64
#define END_INPUTS
Definition macros.h:94
#define START_INPUTS
Definition macros.h:92
Class to propagate CR3BP dynamics in characteristic units.
Definition ConfigurationWriter.cpp:18
clockwerk::DataIO< clockwerk::Frame< double > * > inertial_frame
Definition SpicePlanet.h:70
clockwerk::DataIO< clockwerk::Frame< double > * > rotating_frame
Definition SpicePlanet.h:72
clockwerk::DataIO< int > enable_attitude
Definition SpicePlanet.h:57