Definition in file Environment.h.
#include <rotation/Rotation.h>
#include <utils/Integrator.h>
#include <matrix/Matrix.h>
#include <utils/Time.h>
#include <set>
#include <vector>
Include dependency graph for Environment.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | O_SESSAME |
Classes | |
class | O_SESSAME::EnvFunction |
class | O_SESSAME::Environment |
Encapsulation of a spacecraft environment (disturbance forces, torques, central body, etc.). More... | |
Typedefs | |
typedef vector< void * > | EnvFuncParamaterType |
typedef Vector(* | pt2EnvFunc )(const ssfTime &_currentTime, const OrbitState &_currentOrbitState, const AttitudeState &_currentAttitudeState, const EnvFuncParamaterType &_parameterList) |
|
specification of the parameter list type to be used for environmental function pointers Definition at line 45 of file Environment.h. |
|
defines a pointer to a Environmental disturbance calculating function Definition at line 47 of file Environment.h. |