34#ifndef MODELS_ACTUATORS_TIMED_IMPULSIVE_BURN_MODEL_H
35#define MODELS_ACTUATORS_TIMED_IMPULSIVE_BURN_MODEL_H
96 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
Wrapper to manage and convert time as timespce.
Definition Time.h:53
Class to define a body as a frame with mass and inertia.
Definition Body.h:44
Frame class definition.
Definition Frame.h:96
Node class to apply forces and moments to frames.
Definition Node.h:44
#define CartesianVector3
Definition mathmacros.h:43
Definition CircularBuffer.hpp:28
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)
bool _triggered
Definition TimedImpulsiveBurnModel.h:107
Node _force_node
Definition TimedImpulsiveBurnModel.h:104
@ MODEL
Simplified dynamics model representing motion in the circular restricted 3 body problem.
Definition ImNode.h:31
TimeTriggerMonitor _time_trigger
Definition TimedImpulsiveBurnModel.h:100
ImpulseModel _impulse
Definition TimedImpulsiveBurnModel.h:101
int16 execute() override
Function to check monitor input conditions and set trigger flag accordingly. Should be implemented in...
warptwin::ImpulseModel * impulseModel()
Function to get a handle to the impulse model contained within this model.
Definition TimedImpulsiveBurnModel.h:94