Classes | |
class | O_SESSAME::AnalyticPropagator |
Encapsulation of the propagation of the spacecraft dynamics (attitude, orbital, etc.). More... | |
class | O_SESSAME::Propagator |
Encapsulation of the propagation of the spacecraft dynamics (attitude, orbital, etc.). More... | |
Typedefs | |
typedef void(* | O_SESSAME::IntegratedAttitudeStateConversionFunction )(const Matrix &_meshPoint, AttitudeState &_convertedAttitudeState) |
Defined function pointer to integrated attitude state conversion function. | |
typedef void(* | O_SESSAME::IntegratedOrbitStateConversionFunction )(const Matrix &_meshPoint, OrbitState &_convertedOrbitState) |
Defined function pointer to integrated orbital state conversion function. |
|
Defined function pointer to integrated attitude state conversion function. Converts a vector of meshpoints (from integrated states) to the corresponding generalized AttitudeState.
Definition at line 32 of file Attitude.h. Referenced by O_SESSAME::Attitude::GetStateConversion(). |
|
Defined function pointer to integrated orbital state conversion function. Converts a vector of meshpoints (from integrated states) to the corresponding generalized OrbitState.
Definition at line 33 of file Orbit.h. Referenced by O_SESSAME::Orbit::GetStateConversion(). |