26#ifndef MONITORS_PROXIMITY_MONITOR_H
27#define MONITORS_PROXIMITY_MONITOR_H
40 MODEL(ProximityMonitor)
46 SIGNAL(trigger_range,
double, 1000.0)
63 SIGNAL(trigger,
bool, false)
#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
Class to propagate CR3BP dynamics in characteristic units.
Definition statistics.hpp:22
SIGNAL(_mu, double, warpos::earth_wgs84.mu)
@ MODEL
Simplified dynamics model representing motion in the circular restricted 3 body problem.
Definition ImNode.h:31
int16 execute() override
Function to check monitor input conditions and set trigger flag accordingly. Should be implemented in...
MODEL(ProximityMonitor) public CartesianVector3 _rel_position
Definition ProximityMonitor.h:40