![]() |
WarpTwin
Documentation for WarpTwin models and classes.
|
#include "simulation/Model.h"#include "constants/unitutils.h"#include "simulation/UniformRandom.hpp"#include "utils/Interpolate2D.h"Go to the source code of this file.
Namespaces | |
| namespace | warptwin |
| Class to propagate CR3BP dynamics in characteristic units. | |
Functions | |
| int16 | warptwin::execute () override |
| Function to check monitor input conditions and set trigger flag accordingly. Should be implemented in derived class. | |
| void | warptwin::_configureInternal () |
| Function to configure sensor – runs in all constructors. | |
Variables | |
| std::vector< double > | warptwin::_image_set |
| double | warptwin::_altitude_true |
| double | warptwin::_azimuth |
| double | warptwin::_magnitude |
| UniformRandom< double > | warptwin::_uniform_random |