![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
#include "FrameStateSensorModel.h"#include "RangeAzElSensorModel.h"#include "constants/planetdefaults.h"Go to the source code of this file.
Namespaces | |
| namespace | warptwin |
| Class to propagate CR3BP dynamics in characteristic units. | |
Functions | |
| MODEL(GroundStationModel) public warptwin::FrameStateSensorModel * | warptwin::frameStateSensorEnu () |
| Simple ground station model. | |
| warptwin::RangeAzElSensorModel * | warptwin::rangeAzElSensor () |
| int16 | warptwin::start () override |
| Class to execute logging. | |
| int16 | warptwin::execute () override |
| Function to check monitor input conditions and set trigger flag accordingly. Should be implemented in derived class. | |
Variables | |
| Frame | warptwin::_enu_frame |
| The ENU frame created for the GS by this model. | |
| FrameStateSensorModel | warptwin::_fss_enu |
| The frame state sensor for relative states to the ENU frame. | |
| RangeAzElSensorModel | warptwin::_range_az_el_sensor |
| The range az el sensor for our actual ground station. | |
| FrameStateSensorModel | warptwin::_fss_gs_pci |
| The frame state sensor for GS state in the PCI frame. | |