12#ifndef WSFINSTANTATTITUDECONTROLLER_HPP
13#define WSFINSTANTATTITUDECONTROLLER_HPP
37 double mTargetThetaECI;
WsfAttitudeController()
Definition WsfAttitudeController.cpp:24
bool AtTargetOrientation() const override
Has the mover reached the target orientation.
Definition WsfInstantAttitudeController.cpp:44
~WsfInstantAttitudeController() override=default
WsfInstantAttitudeController()
Definition WsfInstantAttitudeController.cpp:17
void SetTargetOrientationECI(double aPsiECI, double aThetaECI, double aPhiECI) override
Set the orientation target for this attitude controller.
Definition WsfInstantAttitudeController.cpp:25
void UpdateOrientation(double aDeltaT) override
Definition WsfInstantAttitudeController.cpp:39
WsfInstantAttitudeController(const WsfInstantAttitudeController &aOther)=default
WsfAttitudeController * Clone() const override
Clone this object.
Definition WsfInstantAttitudeController.hpp:33
void GetTargetOrientationECI(double &aPsiECI, double &aThetaECI, double &aPhiECI) const override
Get the current orientation target for this attitude controller.
Definition WsfInstantAttitudeController.cpp:32
Definition WsfSpaceMoverBase.hpp:70