26#ifndef MODELS_SUPPORT_TABULAR_THRUST_MODEL_H
27#define MODELS_SUPPORT_TABULAR_THRUST_MODEL_H
51 MODEL(TabularThrustModel)
57 SIGNAL(thrust_file, std::string,
"")
59 SIGNAL(out_of_range_thrust,
double, 0.0)
66 SIGNAL(time_s, clockwerk::Time, clockwerk::Time())
73 SIGNAL(thrust,
double, 0.0)
77 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
A class for performing simple x-y linear interpolation.
Definition Interpolate2D.h:50
Extensions to the C++ standard library.
Definition half.hpp:2325
Class to propagate CR3BP dynamics in characteristic units.
Definition statistics.hpp:22
int16 start() override
Class to execute logging.
double _max_time_s
Definition TabularThrustModel.h:84
SIGNAL(_mu, double, warpos::earth_wgs84.mu)
double _min_time_s
Definition TabularThrustModel.h:83
Interpolate2D _interp_thrust
Definition TabularThrustModel.h:82
@ MODEL
Simplified dynamics model representing motion in the circular restricted 3 body problem.
Definition ImNode.h:31
std::vector< std::vector< double > > _thrust_table
Definition TabularThrustModel.h:81
int16 execute() override
Function to check monitor input conditions and set trigger flag accordingly. Should be implemented in...
bool _out_of_range
Definition TabularThrustModel.h:85