Definition in file Controller.h.
#include <Base/Whorl.h>
#include <vector.h>
#include "attitude/Attitude.h"
#include "attitude/AttitudeState.h"
#include "attitude/AttitudeModels/QuaternionAngVelDynamics.h"
#include "attitude/AttitudeModels/AttitudeModels.h"
#include "rotation/Rotation.h"
#include "utils/RungeKuttaIntegrator.h"
#include <Utils/matrixFunctionInterface.h>
Include dependency graph for Controller.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Controller |
Functions | |
Vector | NullFunctor (const ssfTime &_pSSFTime, const OrbitState &_pOrbitState, const AttitudeState &_pAttitudeState) |
Vector | AttitudeTrajectory (const ssfTime &_time, const Vector &_state, Orbit *_Orbit, Attitude *_Attitude, const Matrix &_parameters, const Functor &_torqueFuncPtr) |
|
Definition at line 237 of file Controller.cpp. References _, O_SESSAME::ssfTime::GetSeconds(), O_SESSAME::Matrix, AttitudeModels::QuaternionKinematic(), and O_SESSAME::Vector. Referenced by Controller::ReferenceTrajectory(). |
|
Definition at line 161 of file Controller.cpp. References O_SESSAME::Vector. |