Implement export & import plug-ins (STK, matlab, excel...)
Add Attitude history storage
Definition in file Attitude.h.
#include <rotation/Rotation.h>
#include <utils/Integrator.h>
#include <dynamics/Propagator.h>
#include <datahandling/AttitudeHistory.h>
#include <attitude/AttitudeState.h>
Include dependency graph for Attitude.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::Attitude |
Class encapsulating the rotational attitude of a rigid body frame with respect to another frame. More... | |
Typedefs | |
typedef void(* | IntegratedAttitudeStateConversionFunction )(const Matrix &_meshPoint, AttitudeState &_convertedAttitudeState) |
Defined function pointer to integrated attitude state conversion function. |