|
WSF
|
Same as OrbitalEvent, except named differently, for use with orbital maneuvers. More...
#include <WsfSpaceScriptOrbitalManeuvers.hpp>


Public Member Functions | |
| OrbitalManeuver (const std::string &aClassName, UtScriptTypes *aScriptTypesPtr) | |
| ~OrbitalManeuver () override=default | |
| UT_DECLARE_SCRIPT_METHOD (EARLIEST_TIME) | |
| UT_DECLARE_SCRIPT_METHOD (LEAST_DELTA_V) | |
| UT_DECLARE_SCRIPT_METHOD (NONE) | |
| Public Member Functions inherited from wsf::space::script::OrbitalEvent | |
| OrbitalEvent (const std::string &aClassName, UtScriptTypes *aScriptTypesPtr) | |
| ~OrbitalEvent () override=default | |
| void * | Clone (void *aObjectPtr) override |
| void | Destroy (void *aObjectPtr) override |
| UT_DECLARE_SCRIPT_METHOD (Condition) | |
| UT_DECLARE_SCRIPT_METHOD (ConditionType) | |
| UT_DECLARE_SCRIPT_METHOD (EvaluationTime) | |
| UT_DECLARE_SCRIPT_METHOD (Duration) | |
| UT_DECLARE_SCRIPT_METHOD (EventType) | |
| UT_DECLARE_SCRIPT_METHOD (IsComplete) | |
| UT_DECLARE_SCRIPT_METHOD (IsFinite) | |
| UT_DECLARE_SCRIPT_METHOD (ManeuverType) | |
| UT_DECLARE_SCRIPT_METHOD (OrbitNumber) | |
| UT_DECLARE_SCRIPT_METHOD (Radius) | |
| UT_DECLARE_SCRIPT_METHOD (RelativeTime) | |
| UT_DECLARE_SCRIPT_METHOD (SetCondition) | |
| UT_DECLARE_SCRIPT_METHOD (SetFinite) | |
| UT_DECLARE_SCRIPT_METHOD (SetDuration) | |
| UT_DECLARE_SCRIPT_METHOD (SetUpdateInterval) | |
| UT_DECLARE_SCRIPT_METHOD (StartTime) | |
| Public Member Functions inherited from WsfScriptObjectClass | |
| WsfScriptObjectClass (const std::string &aClassName, UtScriptTypes *aTypesPtr) | |
| ~WsfScriptObjectClass () override | |
| void * | Create (const UtScriptContext &aInstance) override |
| void * | Clone (void *aObjectPtr) override |
| void | Destroy (void *aObjectPtr) override |
| std::string | ToString (void *aObjectPtr) const override |
| UT_DECLARE_SCRIPT_METHOD (Name) | |
| UT_DECLARE_SCRIPT_METHOD (Type) | |
| UT_DECLARE_SCRIPT_METHOD (BaseType) | |
| UT_DECLARE_SCRIPT_METHOD (IsA_TypeOf) | |
| UT_DECLARE_SCRIPT_METHOD (ProcessInput) | |
Same as OrbitalEvent, except named differently, for use with orbital maneuvers.
| wsf::space::script::OrbitalManeuver::OrbitalManeuver | ( | const std::string & | aClassName, |
| UtScriptTypes * | aScriptTypesPtr ) |
References wsf::space::script::OrbitalEvent::OrbitalEvent().
Referenced by wsf::space::script::ChangeEccentricity::ChangeEccentricity(), wsf::space::script::ChangeInclination::ChangeInclination(), wsf::space::script::ChangeRAAN::ChangeRAAN(), wsf::space::script::ChangeRAAN_Inclination::ChangeRAAN_Inclination(), wsf::space::script::ChangeSemiMajorAxis::ChangeSemiMajorAxis(), wsf::space::script::Circularize::Circularize(), wsf::space::script::CompoundManeuver::CompoundManeuver(), wsf::space::script::DeltaV::DeltaV(), wsf::space::script::Drift::Drift(), wsf::space::script::HohmannTransfer::HohmannTransfer(), wsf::space::script::Intercept::Intercept(), wsf::space::script::MatchVelocity::MatchVelocity(), wsf::space::script::NaturalMotionCircumnavigation::NaturalMotionCircumnavigation(), wsf::space::script::Normal::Normal(), wsf::space::script::Rendezvous::Rendezvous(), wsf::space::script::Tangent::Tangent(), wsf::space::script::Target::Target(), and wsf::space::script::Teardrop::Teardrop().
|
overridedefault |
| wsf::space::script::OrbitalManeuver::UT_DECLARE_SCRIPT_METHOD | ( | EARLIEST_TIME | ) |
| wsf::space::script::OrbitalManeuver::UT_DECLARE_SCRIPT_METHOD | ( | LEAST_DELTA_V | ) |
| wsf::space::script::OrbitalManeuver::UT_DECLARE_SCRIPT_METHOD | ( | NONE | ) |