47#ifndef MODELS_STATES_GROUND_STATION_MODEL_H
48#define MODELS_STATES_GROUND_STATION_MODEL_H
66 MODEL(GroundStationModel)
78 SIGNAL(R_planet,
double, warpos::earth_wgs84.eq_radius)
80 SIGNAL(flattening_planet,
double, warpos::earth_wgs84.flattening)
82 SIGNAL(latitude_detic_rad,
double, 0.0)
84 SIGNAL(longitude_rad,
double, 0.0)
86 SIGNAL(elevation_mask_rad,
double, 0.0)
103 SIGNAL(range,
double, 0.0)
105 SIGNAL(range_rate,
double, 0.0)
107 SIGNAL(azimuth,
double, 0.0)
109 SIGNAL(elevation,
double, 0.0)
111 SIGNAL(masked,
bool, true)
117 SIGNAL(self_ptr, clockwerk::GraphTreeObject*,
nullptr)
126 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
Frame class definition.
Definition Frame.h:96
#define CartesianVector3
Definition mathmacros.h:43
Class to propagate CR3BP dynamics in characteristic units.
Definition statistics.hpp:22
int16 start() override
Class to execute logging.
Frame _enu_frame
The ENU frame created for the GS by this model.
Definition GroundStationModel.h:130
MODEL(GroundStationModel) public warptwin::FrameStateSensorModel * frameStateSensorEnu()
Simple ground station model.
Definition GroundStationModel.h:123
SIGNAL(_mu, double, warpos::earth_wgs84.mu)
RangeAzElSensorModel _range_az_el_sensor
The range az el sensor for our actual ground station.
Definition GroundStationModel.h:136
@ MODEL
Simplified dynamics model representing motion in the circular restricted 3 body problem.
Definition ImNode.h:31
FrameStateSensorModel _fss_gs_pci
The frame state sensor for GS state in the PCI frame.
Definition GroundStationModel.h:139
int16 execute() override
Function to check monitor input conditions and set trigger flag accordingly. Should be implemented in...
FrameStateSensorModel _fss_enu
The frame state sensor for relative states to the ENU frame.
Definition GroundStationModel.h:133
warptwin::RangeAzElSensorModel * rangeAzElSensor()
Definition GroundStationModel.h:124