Compounds | |
class | AnalyticPropagator |
Encapsulation of the propagation of the spacecraft dynamics (attitude, orbital, etc.). More... | |
class | Propagator |
Encapsulation of the propagation of the spacecraft dynamics (attitude, orbital, etc.). More... | |
Typedefs | |
typedef void(* | IntegratedAttitudeStateConversionFunction )(const Matrix &_meshPoint, AttitudeState &_convertedAttitudeState) |
Defined function pointer to integrated attitude state conversion function. | |
typedef void(* | 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. |
|
Defined function pointer to integrated orbital state conversion function. Converts a vector of meshpoints (from integrated states) to the corresponding generalized OrbitState.
|