|
WSF
|
Classes | |
| class | Conjunction |
| A Script class to encapsulate the results of an orbital conjunction report. More... | |
| class | OrbitDesigner |
| class | OrbitalBlendedCost |
| class | OrbitalEventCondition |
| class | OrbitalManeuverCondition |
| (Deprecated) Same as OrbitalEventCondition, except named differently, for use with orbital maneuvers. More... | |
| class | OrbitalEvent |
| A scriptable version of WsfOrbitalEvent. More... | |
| class | OrbitalManeuver |
| Same as OrbitalEvent, except named differently, for use with orbital maneuvers. More... | |
| class | CompoundManeuver |
| A scriptable version of WsfOrbitalManeuvers::CompoundManeuver. More... | |
| class | ChangeEccentricity |
| A scriptable version of WsfOrbitalManeuvers::ChangeEccentricity. More... | |
| class | Circularize |
| A scriptable version of WsfOrbitalManeuvers::Circularize. More... | |
| class | ChangeInclination |
| A scriptable version of WsfOrbitalManeuvers::ChangeInclination. More... | |
| class | ChangeRAAN |
| A scriptable version of WsfOrbitalManeuvers::ChangeRAAN. More... | |
| class | ChangeRAAN_Inclination |
| A scriptable version of WsfOrbitalManeuvers::ChangeRAAN_Inclination. More... | |
| class | DeltaV |
| A scriptable version of WsfOrbitalManeuvers::DeltaV. More... | |
| class | Drift |
| class | Tangent |
| A scriptable version of WsfOrbitalManeuvers::Tangent. More... | |
| class | Normal |
| A scriptable version of WsfOrbitalManeuvers::Normal. More... | |
| class | HohmannTransfer |
| A scriptable version of WsfOrbitalManeuvers::HohmannTransfer. More... | |
| class | ChangeSemiMajorAxis |
| A scriptable version of WsfOrbitalManeuvers::ChangeSemiMajorAxis. More... | |
| class | MatchVelocity |
| A scriptable version of WsfOrbitalManeuvers::ChangeSemiMajorAxis. More... | |
| class | NaturalMotionCircumnavigation |
| class | Intercept |
| A scriptable version of WsfOrbitalManeuvers::Intercept. More... | |
| class | Rendezvous |
| A scriptable version of WsfOrbitalManeuvers::Rendezvous. More... | |
| class | Target |
| A scriptable version of WsfOrbitalManeuvers::Rendezvous. More... | |
| class | Teardrop |
| A scriptable version of WsfOrbitalManeuvers::Teardrop. More... | |
| class | PerformStaging |
| A scriptable version of WsfOrbitalStagingEvent. More... | |
| class | Scripted |
| A scriptable version of WsfOrbitalScriptEvent. More... | |
| class | ChangeAttitude |
| A scriptable version of WsfOrbitalAttitudeChangeEvent. More... | |
| class | OrbitalMissionSequence |
| A scriptable version of WsfOrbitalMissionSequence. More... | |
| class | OrbitalManeuverSequence |
| class | OrbitalOptimizationCost |
| class | Orientation |
Functions | |
| UT_DEFINE_SCRIPT_METHOD (Conjunction, WsfOrbitalConjunctionRecord, MissDistance, 0, "double", "") | |
| Return the miss distance of the encounter in meters. | |
| UT_DEFINE_SCRIPT_METHOD (Conjunction, WsfOrbitalConjunctionRecord, RelativeVelocity, 0, "double", "") | |
| Return the relative velocity at the point of closest approach in meters / second. | |
| UT_DEFINE_SCRIPT_METHOD (Conjunction, WsfOrbitalConjunctionRecord, StartTime, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (Conjunction, WsfOrbitalConjunctionRecord, EndTime, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (Conjunction, WsfOrbitalConjunctionRecord, MinimumTime, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (Conjunction, WsfOrbitalConjunctionRecord, MaximumProbability, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (Conjunction, WsfOrbitalConjunctionRecord, Primary, 0, "string", "") | |
| Return an identifier for the primary object in the conjunction. | |
| UT_DEFINE_SCRIPT_METHOD (Conjunction, WsfOrbitalConjunctionRecord, Secondary, 0, "string", "") | |
| Return an identifier for the secondary object in the conjunction. | |
| UT_DEFINE_SCRIPT_METHOD (OrbitDesigner, OrbitDesigner, SunSynchronous, 4, "WsfPlatform", "string, Calendar, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalBlendedCost, wsf::space::BlendedCost, Construct, 3, "WsfOrbitalBlendedCost", "double, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalBlendedCost, wsf::space::BlendedCost, ConstructLeastTime, 0, "WsfOrbitalBlendedCost", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalBlendedCost, wsf::space::BlendedCost, ConstructLeastDeltaV, 0, "WsfOrbitalBlendedCost", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalBlendedCost, wsf::space::BlendedCost, A_Value, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalBlendedCost, wsf::space::BlendedCost, B_Value, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalBlendedCost, wsf::space::BlendedCost, C_Value, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalBlendedCost, wsf::space::BlendedCost, SetA_Value, 1, "void", "double") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalBlendedCost, wsf::space::BlendedCost, SetB_Value, 1, "void", "double") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalBlendedCost, wsf::space::BlendedCost, SetC_Value, 1, "void", "double") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, IsComplete, 0, "bool", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, EventType, 0, "string", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, ManeuverType, 0, "string", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, IsFinite, 0, "bool", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, Condition, 0, "WsfOrbitalEventCondition", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, ConditionType, 0, "string", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, SetCondition, 1, "void", "WsfOrbitalEventCondition") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, RelativeTime, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, OrbitNumber, 0, "int", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, Duration, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, SetDuration, 1, "void", "double") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, SetFinite, 1, "void", "bool") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, SetUpdateInterval, 1, "void", "double") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, Radius, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, StartTime, 0, "Calendar", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEvent, WsfOrbitalEvent, EvaluationTime, 0, "Calendar", "") | |
| UT_DEFINE_SCRIPT_METHOD (CompoundManeuver, WsfOrbitalManeuvers::CompoundManeuver, Construct, 0, "WsfCompoundManeuver", "") | |
| UT_DEFINE_SCRIPT_METHOD (CompoundManeuver, WsfOrbitalManeuvers::CompoundManeuver, AddManeuver, 1, "void", "WsfOrbitalManeuver") | |
| UT_DEFINE_SCRIPT_METHOD (ChangeEccentricity, WsfOrbitalManeuvers::ChangeEccentricity, Construct, 2, "WsfChangeEccentricity", "WsfOrbitalEventCondition, double") | |
| UT_DEFINE_SCRIPT_METHOD (Circularize, WsfOrbitalManeuvers::Circularize, Construct, 1, "WsfCircularize", "WsfOrbitalEventCondition") | |
| UT_DEFINE_SCRIPT_METHOD (ChangeInclination, WsfOrbitalManeuvers::ChangeInclination, Construct, 2, "WsfChangeInclination", "WsfOrbitalEventCondition, double") | |
| UT_DEFINE_SCRIPT_METHOD (ChangeRAAN, WsfOrbitalManeuvers::ChangeRAAN, Construct, 2, "WsfChangeRAAN", "WsfOrbitalEventCondition, double") | |
| UT_DEFINE_SCRIPT_METHOD (ChangeRAAN, WsfOrbitalManeuvers::ChangeRAAN, RAAN, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (ChangeRAAN_Inclination, WsfOrbitalManeuvers::ChangeRAAN_Inclination, Construct, 3, "WsfChangeRAAN_Inclination", "WsfOrbitalEventCondition, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (ChangeRAAN_Inclination, WsfOrbitalManeuvers::ChangeRAAN_Inclination, RAAN, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (ChangeRAAN_Inclination, WsfOrbitalManeuvers::ChangeRAAN_Inclination, Inclination, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (DeltaV, WsfOrbitalManeuvers::DeltaV, Construct_Deprecated, 2, "WsfDeltaV_Maneuver", "WsfOrbitalEventCondition, Vec3") | |
| UT_DEFINE_SCRIPT_METHOD (DeltaV, WsfOrbitalManeuvers::DeltaV, Construct, 3, "WsfDeltaV_Maneuver", "WsfOrbitalEventCondition, Vec3, WsfOrbitalReferenceFrame") | |
| UT_DEFINE_SCRIPT_METHOD (DeltaV, WsfOrbitalManeuvers::DeltaV, Frame, 0, "WsfOrbitalReferenceFrame", "") | |
| UT_DEFINE_SCRIPT_METHOD (DeltaV, WsfOrbitalManeuvers::DeltaV, DeltaV_1, 0, "Vec3", "") | |
| UT_DEFINE_SCRIPT_METHOD (Drift, WsfOrbitalManeuvers::Drift, Construct_1, 5, "WsfDriftManeuver", "WsfOrbitalEventCondition, int, double, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (Drift, WsfOrbitalManeuvers::Drift, ConstructCost, 5, "WsfDriftManeuver", "WsfOrbitalEventCondition, WsfOrbitalOptimizationCost, double, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (Drift, WsfOrbitalManeuvers::Drift, Construct_2, 3, "WsfDriftManeuver", "WsfOrbitalEventCondition, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (Drift, WsfOrbitalManeuvers::Drift, DriftRate, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (Drift, WsfOrbitalManeuvers::Drift, SetDriftRate, 1, "void", "double") | |
| UT_DEFINE_SCRIPT_METHOD (Tangent, WsfOrbitalManeuvers::Tangent, Construct, 2, "WsfTangentManeuver", "WsfOrbitalEventCondition, double") | |
| UT_DEFINE_SCRIPT_METHOD (Normal, WsfOrbitalManeuvers::Normal, Construct, 2, "WsfNormalManeuver", "WsfOrbitalEventCondition, double") | |
| UT_DEFINE_SCRIPT_METHOD (HohmannTransfer, WsfOrbitalManeuvers::HohmannTransfer, Construct, 2, "WsfHohmannTransfer", "WsfOrbitalEventCondition, double") | |
| UT_DEFINE_SCRIPT_METHOD (ChangeSemiMajorAxis, WsfOrbitalManeuvers::ChangeSemiMajorAxis, Construct, 2, "WsfChangeSemiMajorAxis", "WsfOrbitalEventCondition, double") | |
| UT_DEFINE_SCRIPT_METHOD (MatchVelocity, WsfOrbitalManeuvers::MatchVelocity, Construct, 2, "WsfMatchVelocity", "WsfOrbitalEventCondition, WsfTrackId") | |
| UT_DEFINE_SCRIPT_METHOD (NaturalMotionCircumnavigation, WsfOrbitalManeuvers::NaturalMotionCircumnavigation, Construct_1, 6, "WsfNaturalMotionCircumnavigation", "WsfOrbitalEventCondition, WsfTargetPoint, int, double, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (NaturalMotionCircumnavigation, WsfOrbitalManeuvers::NaturalMotionCircumnavigation, ConstructCost, 6, "WsfNaturalMotionCircumnavigation", "WsfOrbitalEventCondition, WsfTargetPoint, WsfOrbitalOptimizationCost, double, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (NaturalMotionCircumnavigation, WsfOrbitalManeuvers::NaturalMotionCircumnavigation, Construct_2, 4, "WsfNaturalMotionCircumnavigation", "WsfOrbitalEventCondition, WsfTargetPoint, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (NaturalMotionCircumnavigation, WsfOrbitalManeuvers::NaturalMotionCircumnavigation, OrbitSize, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (NaturalMotionCircumnavigation, WsfOrbitalManeuvers::NaturalMotionCircumnavigation, OrbitPhase, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (NaturalMotionCircumnavigation, WsfOrbitalManeuvers::NaturalMotionCircumnavigation, OutOfPlaneAmplitude, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (NaturalMotionCircumnavigation, WsfOrbitalManeuvers::NaturalMotionCircumnavigation, OutOfPlanePhase, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (NaturalMotionCircumnavigation, WsfOrbitalManeuvers::NaturalMotionCircumnavigation, SetOrbitSize, 1, "void", "double") | |
| UT_DEFINE_SCRIPT_METHOD (NaturalMotionCircumnavigation, WsfOrbitalManeuvers::NaturalMotionCircumnavigation, SetOrbitPhase, 1, "void", "double") | |
| UT_DEFINE_SCRIPT_METHOD (NaturalMotionCircumnavigation, WsfOrbitalManeuvers::NaturalMotionCircumnavigation, SetOutOfPlaneAmplitude, 1, "void", "double") | |
| UT_DEFINE_SCRIPT_METHOD (NaturalMotionCircumnavigation, WsfOrbitalManeuvers::NaturalMotionCircumnavigation, SetOutOfPlanePhase, 1, "void", "double") | |
| UT_DEFINE_SCRIPT_METHOD (Intercept, WsfOrbitalManeuvers::Intercept, TargetPoint, 0, "WsfTargetPoint", "") | |
| UT_DEFINE_SCRIPT_METHOD (Intercept, WsfOrbitalManeuvers::Intercept, Tolerance, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (Intercept, WsfOrbitalManeuvers::Intercept, SetTolerance, 1, "void", "double") | |
| UT_DEFINE_SCRIPT_METHOD (Intercept, WsfOrbitalManeuvers::Intercept, Construct_1, 5, "WsfInterceptManeuver", "WsfOrbitalEventCondition, WsfTargetPoint, int, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (Intercept, WsfOrbitalManeuvers::Intercept, ConstructCost, 5, "WsfInterceptManeuver", "WsfOrbitalEventCondition, WsfTargetPoint, WsfOrbitalOptimizationCost, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (Intercept, WsfOrbitalManeuvers::Intercept, Construct_2, 3, "WsfInterceptManeuver", "WsfOrbitalEventCondition, WsfTargetPoint, double") | |
| UT_DEFINE_SCRIPT_METHOD (Target, WsfOrbitalManeuvers::Target, TargetPoint, 0, "WsfTargetPoint", "") | |
| UT_DEFINE_SCRIPT_METHOD (Target, WsfOrbitalManeuvers::Target, Tolerance, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (Target, WsfOrbitalManeuvers::Target, SetTolerance, 1, "void", "double") | |
| UT_DEFINE_SCRIPT_METHOD (Target, WsfOrbitalManeuvers::Target, Construct_1, 5, "WsfTargetManeuver", "WsfOrbitalEventCondition, WsfTargetPoint, int, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (Target, WsfOrbitalManeuvers::Target, ConstructCost, 5, "WsfTargetManeuver", "WsfOrbitalEventCondition, WsfTargetPoint, WsfOrbitalOptimizationCost, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (Target, WsfOrbitalManeuvers::Target, Construct_2, 3, "WsfTargetManeuver", "WsfOrbitalEventCondition, WsfTargetPoint, double") | |
| UT_DEFINE_SCRIPT_METHOD (Teardrop, WsfOrbitalManeuvers::Teardrop, Construct_1, 8, "WsfTeardropManeuver", "WsfOrbitalEventCondition, WsfTargetPoint, int, double, double, double, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (Teardrop, WsfOrbitalManeuvers::Teardrop, ConstructCost, 8, "WsfTeardropManeuver", "WsfOrbitalEventCondition, WsfTargetPoint, WsfOrbitalOptimizationCost, double, double, double, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (Teardrop, WsfOrbitalManeuvers::Teardrop, Construct_2, 6, "WsfTeardropManeuver", "WsfOrbitalEventCondition, WsfTargetPoint, double, double, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (Teardrop, WsfOrbitalManeuvers::Teardrop, Period, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (Teardrop, WsfOrbitalManeuvers::Teardrop, RadialOffsetAtPOCA, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (Teardrop, WsfOrbitalManeuvers::Teardrop, TimeToPOCA, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (Teardrop, WsfOrbitalManeuvers::Teardrop, Repetitions, 0, "int", "") | |
| UT_DEFINE_SCRIPT_METHOD (Teardrop, WsfOrbitalManeuvers::Teardrop, SetRepetitions, 1, "void", "int") | |
| UT_DEFINE_SCRIPT_METHOD (Rendezvous, WsfOrbitalManeuvers::Rendezvous, TargetPoint, 0, "WsfTargetPoint", "") | |
| UT_DEFINE_SCRIPT_METHOD (Rendezvous, WsfOrbitalManeuvers::Rendezvous, Tolerance, 0, "double", "") | |
| UT_DEFINE_SCRIPT_METHOD (Rendezvous, WsfOrbitalManeuvers::Rendezvous, SetTolerance, 1, "void", "double") | |
| UT_DEFINE_SCRIPT_METHOD (Rendezvous, WsfOrbitalManeuvers::Rendezvous, Construct_1, 5, "WsfRendezvousManeuver", "WsfOrbitalEventCondition, WsfTargetPoint, int, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (Rendezvous, WsfOrbitalManeuvers::Rendezvous, ConstructCost, 5, "WsfRendezvousManeuver", "WsfOrbitalEventCondition, WsfTargetPoint, WsfOrbitalOptimizationCost, double, double") | |
| UT_DEFINE_SCRIPT_METHOD (Rendezvous, WsfOrbitalManeuvers::Rendezvous, Construct_2, 3, "WsfRendezvousManeuver", "WsfOrbitalEventCondition, WsfTargetPoint, double") | |
| UT_DEFINE_SCRIPT_METHOD (PerformStaging, WsfOrbitalStagingEvent, Construct, 1, "WsfPerformStaging", "WsfOrbitalEventCondition") | |
| UT_DEFINE_SCRIPT_METHOD (Scripted, WsfOrbitalScriptEvent, Construct, 5, "WsfOrbitalScriptEvent", "WsfOrbitalEventCondition, string, string, string, string") | |
| UT_DEFINE_SCRIPT_METHOD (ChangeAttitude, WsfOrbitalAttitudeChangeEvent, Construct, 2, "WsfChangeAttitude", "WsfOrbitalEventCondition, WsfSpaceOrientation") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, NONE, 0, "WsfOrbitalEventCondition", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, AT_RELATIVE_TIME, 1, "WsfOrbitalEventCondition", "double") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, AT_PERIAPSIS, 0, "WsfOrbitalEventCondition", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, AT_APOAPSIS, 0, "WsfOrbitalEventCondition", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, AT_ASCENDING_NODE, 0, "WsfOrbitalEventCondition", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, AT_DESCENDING_NODE, 0, "WsfOrbitalEventCondition", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, AT_ASCENDING_RADIUS, 1, "WsfOrbitalEventCondition", "double") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, AT_DESCENDING_RADIUS, 1, "WsfOrbitalEventCondition", "double") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, AT_NORTHERN_INTERSECTION, 0, "WsfOrbitalEventCondition", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, AT_SOUTHERN_INTERSECTION, 0, "WsfOrbitalEventCondition", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, AT_ECLIPSE_ENTRY, 0, "WsfOrbitalEventCondition", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, AT_ECLIPSE_EXIT, 0, "WsfOrbitalEventCondition", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalManeuver, WsfOrbitalManeuver, EARLIEST_TIME, 0, "int", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalManeuver, WsfOrbitalManeuver, LEAST_DELTA_V, 0, "int", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalManeuver, WsfOrbitalManeuver, NONE, 0, "int", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, ConditionType, 0, "string", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalEventCondition, wsf::space::OrbitalPropagatorCondition, SetOrbitNumber, 1, "void", "int") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalMissionSequence, OrbitalMissionSequence, Construct, 0, "WsfOrbitalMissionSequence", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalMissionSequence, WsfOrbitalMissionSequence, AddManeuver, 1, "void", "WsfOrbitalManeuver") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalMissionSequence, WsfOrbitalMissionSequence, AddEvent, 1, "void", "WsfOrbitalEvent") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalManeuverSequence, OrbitalManeuverSequence, Construct, 0, "WsfOrbitalManeuverSequence", "") | |
| UT_DEFINE_SCRIPT_METHOD (OrbitalOptimizationCost, wsf::space::OrbitalTargetingCost, Cost, 2, "double", "double, double") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, NONE, 0, "WsfSpaceOrientation", "") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, NADIR_WITH_ECI_VELOCITY_CONSTRAINT, 0, "WsfSpaceOrientation", "") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, NADIR_WITH_ECEF_VELOCITY_CONSTRAINT, 0, "WsfSpaceOrientation", "") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, SOLAR_WITH_NADIR_CONSTRAINT, 0, "WsfSpaceOrientation", "") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, NADIR_WITH_SOLAR_CONSTRAINT, 0, "WsfSpaceOrientation", "") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, ECI_VELOCITY_WITH_NADIR_CONSTRAINT, 0, "WsfSpaceOrientation", "") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, ECI_VELOCITY_WITH_SOLAR_CONSTRAINT, 0, "WsfSpaceOrientation", "") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, ENTITY_WITH_SOLAR_CONSTRAINT_1, 1, "WsfSpaceOrientation", "WsfPlatform") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, ENTITY_WITH_NADIR_CONSTRAINT_1, 1, "WsfSpaceOrientation", "WsfPlatform") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, ENTITY_WITH_ORBIT_PLANE_CONSTRAINT_1, 1, "WsfSpaceOrientation", "WsfPlatform") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, ENTITY_WITH_SOLAR_CONSTRAINT_2, 1, "WsfSpaceOrientation", "WsfTrackId") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, ENTITY_WITH_NADIR_CONSTRAINT_2, 1, "WsfSpaceOrientation", "WsfTrackId") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, ENTITY_WITH_ORBIT_PLANE_CONSTRAINT_2, 1, "WsfSpaceOrientation", "WsfTrackId") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, POINT_WITH_ORBIT_PLANE_CONSTRAINT, 1, "WsfSpaceOrientation", "WsfGeoPoint") | |
| UT_DEFINE_SCRIPT_METHOD (Orientation, wsf::space::Orientation, SwapAxes, 0, "void", "") | |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | ChangeAttitude | , |
| WsfOrbitalAttitudeChangeEvent | , | ||
| Construct | , | ||
| 2 | , | ||
| "WsfChangeAttitude" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfSpaceOrientation" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | ChangeEccentricity | , |
| WsfOrbitalManeuvers::ChangeEccentricity | , | ||
| Construct | , | ||
| 2 | , | ||
| "WsfChangeEccentricity" | , | ||
| " | WsfOrbitalEventCondition, | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | ChangeInclination | , |
| WsfOrbitalManeuvers::ChangeInclination | , | ||
| Construct | , | ||
| 2 | , | ||
| "WsfChangeInclination" | , | ||
| " | WsfOrbitalEventCondition, | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | ChangeRAAN | , |
| WsfOrbitalManeuvers::ChangeRAAN | , | ||
| Construct | , | ||
| 2 | , | ||
| "WsfChangeRAAN" | , | ||
| " | WsfOrbitalEventCondition, | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | ChangeRAAN | , |
| WsfOrbitalManeuvers::ChangeRAAN | , | ||
| RAAN | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | ChangeRAAN_Inclination | , |
| WsfOrbitalManeuvers::ChangeRAAN_Inclination | , | ||
| Construct | , | ||
| 3 | , | ||
| "WsfChangeRAAN_Inclination" | , | ||
| " | WsfOrbitalEventCondition, | ||
| double | , | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | ChangeRAAN_Inclination | , |
| WsfOrbitalManeuvers::ChangeRAAN_Inclination | , | ||
| Inclination | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | ChangeRAAN_Inclination | , |
| WsfOrbitalManeuvers::ChangeRAAN_Inclination | , | ||
| RAAN | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | ChangeSemiMajorAxis | , |
| WsfOrbitalManeuvers::ChangeSemiMajorAxis | , | ||
| Construct | , | ||
| 2 | , | ||
| "WsfChangeSemiMajorAxis" | , | ||
| " | WsfOrbitalEventCondition, | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Circularize | , |
| WsfOrbitalManeuvers::Circularize | , | ||
| Construct | , | ||
| 1 | , | ||
| "WsfCircularize" | , | ||
| "WsfOrbitalEventCondition" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | CompoundManeuver | , |
| WsfOrbitalManeuvers::CompoundManeuver | , | ||
| AddManeuver | , | ||
| 1 | , | ||
| "void" | , | ||
| "WsfOrbitalManeuver" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | CompoundManeuver | , |
| WsfOrbitalManeuvers::CompoundManeuver | , | ||
| Construct | , | ||
| 0 | , | ||
| "WsfCompoundManeuver" | , | ||
| "" | ) |
References SIMULATION.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Conjunction | , |
| WsfOrbitalConjunctionRecord | , | ||
| EndTime | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
Return the end time of the conjunction in seconds. This is measured from the starting time of the simulation. The ending time of the conjunction is defined to be the predicted moment when the objects leave the combined error ellipsoid of the two tracks.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Conjunction | , |
| WsfOrbitalConjunctionRecord | , | ||
| MaximumProbability | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
Return a worst case probability estimate of the conjunction. This gives a worst case probability, maximizing over all possible error ellipsoids.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Conjunction | , |
| WsfOrbitalConjunctionRecord | , | ||
| MinimumTime | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
Return the time of closest approach. This is measured from the starting time of the simulation. This time is the moment when the predicted positions of the objects are closest together.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Conjunction | , |
| WsfOrbitalConjunctionRecord | , | ||
| MissDistance | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
Return the miss distance of the encounter in meters.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Conjunction | , |
| WsfOrbitalConjunctionRecord | , | ||
| Primary | , | ||
| 0 | , | ||
| "string" | , | ||
| "" | ) |
Return an identifier for the primary object in the conjunction.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Conjunction | , |
| WsfOrbitalConjunctionRecord | , | ||
| RelativeVelocity | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
Return the relative velocity at the point of closest approach in meters / second.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Conjunction | , |
| WsfOrbitalConjunctionRecord | , | ||
| Secondary | , | ||
| 0 | , | ||
| "string" | , | ||
| "" | ) |
Return an identifier for the secondary object in the conjunction.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Conjunction | , |
| WsfOrbitalConjunctionRecord | , | ||
| StartTime | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
Return the start time of the conjunction in seconds. This is measured from the starting time of the simulation. The starting time of the conjunction is defined to be the predicted moment when the objects enter the combined error ellipsoid of the two tracks.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | DeltaV | , |
| WsfOrbitalManeuvers::DeltaV | , | ||
| Construct | , | ||
| 3 | , | ||
| "WsfDeltaV_Maneuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| Vec3 | , | ||
| WsfOrbitalReferenceFrame" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | DeltaV | , |
| WsfOrbitalManeuvers::DeltaV | , | ||
| Construct_Deprecated | , | ||
| 2 | , | ||
| "WsfDeltaV_Maneuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| Vec3" | ) |
References wsf::space::cINERTIAL, and SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | DeltaV | , |
| WsfOrbitalManeuvers::DeltaV | , | ||
| DeltaV_1 | , | ||
| 0 | , | ||
| "Vec3" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | DeltaV | , |
| WsfOrbitalManeuvers::DeltaV | , | ||
| Frame | , | ||
| 0 | , | ||
| "WsfOrbitalReferenceFrame" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Drift | , |
| WsfOrbitalManeuvers::Drift | , | ||
| Construct_1 | , | ||
| 5 | , | ||
| "WsfDriftManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| int | , | ||
| double | , | ||
| double | , | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Drift | , |
| WsfOrbitalManeuvers::Drift | , | ||
| Construct_2 | , | ||
| 3 | , | ||
| "WsfDriftManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| double | , | ||
| double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Drift | , |
| WsfOrbitalManeuvers::Drift | , | ||
| ConstructCost | , | ||
| 5 | , | ||
| "WsfDriftManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfOrbitalOptimizationCost | , | ||
| double | , | ||
| double | , | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Drift | , |
| WsfOrbitalManeuvers::Drift | , | ||
| DriftRate | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Drift | , |
| WsfOrbitalManeuvers::Drift | , | ||
| SetDriftRate | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | HohmannTransfer | , |
| WsfOrbitalManeuvers::HohmannTransfer | , | ||
| Construct | , | ||
| 2 | , | ||
| "WsfHohmannTransfer" | , | ||
| " | WsfOrbitalEventCondition, | ||
| double" | ) |
References SIMULATION.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Intercept | , |
| WsfOrbitalManeuvers::Intercept | , | ||
| Construct_1 | , | ||
| 5 | , | ||
| "WsfInterceptManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| int | , | ||
| double | , | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Intercept | , |
| WsfOrbitalManeuvers::Intercept | , | ||
| Construct_2 | , | ||
| 3 | , | ||
| "WsfInterceptManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Intercept | , |
| WsfOrbitalManeuvers::Intercept | , | ||
| ConstructCost | , | ||
| 5 | , | ||
| "WsfInterceptManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| WsfOrbitalOptimizationCost | , | ||
| double | , | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Intercept | , |
| WsfOrbitalManeuvers::Intercept | , | ||
| SetTolerance | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Intercept | , |
| WsfOrbitalManeuvers::Intercept | , | ||
| TargetPoint | , | ||
| 0 | , | ||
| "WsfTargetPoint" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Intercept | , |
| WsfOrbitalManeuvers::Intercept | , | ||
| Tolerance | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | MatchVelocity | , |
| WsfOrbitalManeuvers::MatchVelocity | , | ||
| Construct | , | ||
| 2 | , | ||
| "WsfMatchVelocity" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTrackId" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | NaturalMotionCircumnavigation | , |
| WsfOrbitalManeuvers::NaturalMotionCircumnavigation | , | ||
| Construct_1 | , | ||
| 6 | , | ||
| "WsfNaturalMotionCircumnavigation" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| int | , | ||
| double | , | ||
| double | , | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | NaturalMotionCircumnavigation | , |
| WsfOrbitalManeuvers::NaturalMotionCircumnavigation | , | ||
| Construct_2 | , | ||
| 4 | , | ||
| "WsfNaturalMotionCircumnavigation" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| double | , | ||
| double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | NaturalMotionCircumnavigation | , |
| WsfOrbitalManeuvers::NaturalMotionCircumnavigation | , | ||
| ConstructCost | , | ||
| 6 | , | ||
| "WsfNaturalMotionCircumnavigation" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| WsfOrbitalOptimizationCost | , | ||
| double | , | ||
| double | , | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | NaturalMotionCircumnavigation | , |
| WsfOrbitalManeuvers::NaturalMotionCircumnavigation | , | ||
| OrbitPhase | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | NaturalMotionCircumnavigation | , |
| WsfOrbitalManeuvers::NaturalMotionCircumnavigation | , | ||
| OrbitSize | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | NaturalMotionCircumnavigation | , |
| WsfOrbitalManeuvers::NaturalMotionCircumnavigation | , | ||
| OutOfPlaneAmplitude | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | NaturalMotionCircumnavigation | , |
| WsfOrbitalManeuvers::NaturalMotionCircumnavigation | , | ||
| OutOfPlanePhase | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | NaturalMotionCircumnavigation | , |
| WsfOrbitalManeuvers::NaturalMotionCircumnavigation | , | ||
| SetOrbitPhase | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | NaturalMotionCircumnavigation | , |
| WsfOrbitalManeuvers::NaturalMotionCircumnavigation | , | ||
| SetOrbitSize | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | NaturalMotionCircumnavigation | , |
| WsfOrbitalManeuvers::NaturalMotionCircumnavigation | , | ||
| SetOutOfPlaneAmplitude | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | NaturalMotionCircumnavigation | , |
| WsfOrbitalManeuvers::NaturalMotionCircumnavigation | , | ||
| SetOutOfPlanePhase | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Normal | , |
| WsfOrbitalManeuvers::Normal | , | ||
| Construct | , | ||
| 2 | , | ||
| "WsfNormalManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalBlendedCost | , |
| wsf::space::BlendedCost | , | ||
| A_Value | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalBlendedCost | , |
| wsf::space::BlendedCost | , | ||
| B_Value | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalBlendedCost | , |
| wsf::space::BlendedCost | , | ||
| C_Value | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalBlendedCost | , |
| wsf::space::BlendedCost | , | ||
| Construct | , | ||
| 3 | , | ||
| "WsfOrbitalBlendedCost" | , | ||
| " double | , | ||
| double | , | ||
| double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalBlendedCost | , |
| wsf::space::BlendedCost | , | ||
| ConstructLeastDeltaV | , | ||
| 0 | , | ||
| "WsfOrbitalBlendedCost" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalBlendedCost | , |
| wsf::space::BlendedCost | , | ||
| ConstructLeastTime | , | ||
| 0 | , | ||
| "WsfOrbitalBlendedCost" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalBlendedCost | , |
| wsf::space::BlendedCost | , | ||
| SetA_Value | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalBlendedCost | , |
| wsf::space::BlendedCost | , | ||
| SetB_Value | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalBlendedCost | , |
| wsf::space::BlendedCost | , | ||
| SetC_Value | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| Condition | , | ||
| 0 | , | ||
| "WsfOrbitalEventCondition" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| ConditionType | , | ||
| 0 | , | ||
| "string" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| Duration | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| EvaluationTime | , | ||
| 0 | , | ||
| "Calendar" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| EventType | , | ||
| 0 | , | ||
| "string" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| IsComplete | , | ||
| 0 | , | ||
| "bool" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| IsFinite | , | ||
| 0 | , | ||
| "bool" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| ManeuverType | , | ||
| 0 | , | ||
| "string" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| OrbitNumber | , | ||
| 0 | , | ||
| "int" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| Radius | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
References wsf::space::RadiusCondition::GetRadius().
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| RelativeTime | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| SetCondition | , | ||
| 1 | , | ||
| "void" | , | ||
| "WsfOrbitalEventCondition" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| SetDuration | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| SetFinite | , | ||
| 1 | , | ||
| "void" | , | ||
| "bool" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| SetUpdateInterval | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEvent | , |
| WsfOrbitalEvent | , | ||
| StartTime | , | ||
| 0 | , | ||
| "Calendar" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| AT_APOAPSIS | , | ||
| 0 | , | ||
| "WsfOrbitalEventCondition" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| AT_ASCENDING_NODE | , | ||
| 0 | , | ||
| "WsfOrbitalEventCondition" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| AT_ASCENDING_RADIUS | , | ||
| 1 | , | ||
| "WsfOrbitalEventCondition" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| AT_DESCENDING_NODE | , | ||
| 0 | , | ||
| "WsfOrbitalEventCondition" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| AT_DESCENDING_RADIUS | , | ||
| 1 | , | ||
| "WsfOrbitalEventCondition" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| AT_ECLIPSE_ENTRY | , | ||
| 0 | , | ||
| "WsfOrbitalEventCondition" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| AT_ECLIPSE_EXIT | , | ||
| 0 | , | ||
| "WsfOrbitalEventCondition" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| AT_NORTHERN_INTERSECTION | , | ||
| 0 | , | ||
| "WsfOrbitalEventCondition" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| AT_PERIAPSIS | , | ||
| 0 | , | ||
| "WsfOrbitalEventCondition" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| AT_RELATIVE_TIME | , | ||
| 1 | , | ||
| "WsfOrbitalEventCondition" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| AT_SOUTHERN_INTERSECTION | , | ||
| 0 | , | ||
| "WsfOrbitalEventCondition" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| ConditionType | , | ||
| 0 | , | ||
| "string" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| NONE | , | ||
| 0 | , | ||
| "WsfOrbitalEventCondition" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalEventCondition | , |
| wsf::space::OrbitalPropagatorCondition | , | ||
| SetOrbitNumber | , | ||
| 1 | , | ||
| "void" | , | ||
| "int" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalManeuver | , |
| WsfOrbitalManeuver | , | ||
| EARLIEST_TIME | , | ||
| 0 | , | ||
| "int" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalManeuver | , |
| WsfOrbitalManeuver | , | ||
| LEAST_DELTA_V | , | ||
| 0 | , | ||
| "int" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalManeuver | , |
| WsfOrbitalManeuver | , | ||
| NONE | , | ||
| 0 | , | ||
| "int" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalManeuverSequence | , |
| OrbitalManeuverSequence | , | ||
| Construct | , | ||
| 0 | , | ||
| "WsfOrbitalManeuverSequence" | , | ||
| "" | ) |
References SIMULATION.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalMissionSequence | , |
| OrbitalMissionSequence | , | ||
| Construct | , | ||
| 0 | , | ||
| "WsfOrbitalMissionSequence" | , | ||
| "" | ) |
References SIMULATION.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalMissionSequence | , |
| WsfOrbitalMissionSequence | , | ||
| AddEvent | , | ||
| 1 | , | ||
| "void" | , | ||
| "WsfOrbitalEvent" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalMissionSequence | , |
| WsfOrbitalMissionSequence | , | ||
| AddManeuver | , | ||
| 1 | , | ||
| "void" | , | ||
| "WsfOrbitalManeuver" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitalOptimizationCost | , |
| wsf::space::OrbitalTargetingCost | , | ||
| Cost | , | ||
| 2 | , | ||
| "double" | , | ||
| " double | , | ||
| double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | OrbitDesigner | , |
| OrbitDesigner | , | ||
| SunSynchronous | , | ||
| 4 | , | ||
| "WsfPlatform" | , | ||
| " | string, | ||
| Calendar | , | ||
| double | , | ||
| double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| ECI_VELOCITY_WITH_NADIR_CONSTRAINT | , | ||
| 0 | , | ||
| "WsfSpaceOrientation" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| ECI_VELOCITY_WITH_SOLAR_CONSTRAINT | , | ||
| 0 | , | ||
| "WsfSpaceOrientation" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| ENTITY_WITH_NADIR_CONSTRAINT_1 | , | ||
| 1 | , | ||
| "WsfSpaceOrientation" | , | ||
| "WsfPlatform" | ) |
References platformPtr.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| ENTITY_WITH_NADIR_CONSTRAINT_2 | , | ||
| 1 | , | ||
| "WsfSpaceOrientation" | , | ||
| "WsfTrackId" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| ENTITY_WITH_ORBIT_PLANE_CONSTRAINT_1 | , | ||
| 1 | , | ||
| "WsfSpaceOrientation" | , | ||
| "WsfPlatform" | ) |
References platformPtr.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| ENTITY_WITH_ORBIT_PLANE_CONSTRAINT_2 | , | ||
| 1 | , | ||
| "WsfSpaceOrientation" | , | ||
| "WsfTrackId" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| ENTITY_WITH_SOLAR_CONSTRAINT_1 | , | ||
| 1 | , | ||
| "WsfSpaceOrientation" | , | ||
| "WsfPlatform" | ) |
References platformPtr.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| ENTITY_WITH_SOLAR_CONSTRAINT_2 | , | ||
| 1 | , | ||
| "WsfSpaceOrientation" | , | ||
| "WsfTrackId" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| NADIR_WITH_ECEF_VELOCITY_CONSTRAINT | , | ||
| 0 | , | ||
| "WsfSpaceOrientation" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| NADIR_WITH_ECI_VELOCITY_CONSTRAINT | , | ||
| 0 | , | ||
| "WsfSpaceOrientation" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| NADIR_WITH_SOLAR_CONSTRAINT | , | ||
| 0 | , | ||
| "WsfSpaceOrientation" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| NONE | , | ||
| 0 | , | ||
| "WsfSpaceOrientation" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| POINT_WITH_ORBIT_PLANE_CONSTRAINT | , | ||
| 1 | , | ||
| "WsfSpaceOrientation" | , | ||
| "WsfGeoPoint" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| SOLAR_WITH_NADIR_CONSTRAINT | , | ||
| 0 | , | ||
| "WsfSpaceOrientation" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Orientation | , |
| wsf::space::Orientation | , | ||
| SwapAxes | , | ||
| 0 | , | ||
| "void" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | PerformStaging | , |
| WsfOrbitalStagingEvent | , | ||
| Construct | , | ||
| 1 | , | ||
| "WsfPerformStaging" | , | ||
| "WsfOrbitalEventCondition" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Rendezvous | , |
| WsfOrbitalManeuvers::Rendezvous | , | ||
| Construct_1 | , | ||
| 5 | , | ||
| "WsfRendezvousManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| int | , | ||
| double | , | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Rendezvous | , |
| WsfOrbitalManeuvers::Rendezvous | , | ||
| Construct_2 | , | ||
| 3 | , | ||
| "WsfRendezvousManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Rendezvous | , |
| WsfOrbitalManeuvers::Rendezvous | , | ||
| ConstructCost | , | ||
| 5 | , | ||
| "WsfRendezvousManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| WsfOrbitalOptimizationCost | , | ||
| double | , | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Rendezvous | , |
| WsfOrbitalManeuvers::Rendezvous | , | ||
| SetTolerance | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Rendezvous | , |
| WsfOrbitalManeuvers::Rendezvous | , | ||
| TargetPoint | , | ||
| 0 | , | ||
| "WsfTargetPoint" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Rendezvous | , |
| WsfOrbitalManeuvers::Rendezvous | , | ||
| Tolerance | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Scripted | , |
| WsfOrbitalScriptEvent | , | ||
| Construct | , | ||
| 5 | , | ||
| "WsfOrbitalScriptEvent" | , | ||
| " | WsfOrbitalEventCondition, | ||
| string | , | ||
| string | , | ||
| string | , | ||
| string" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Tangent | , |
| WsfOrbitalManeuvers::Tangent | , | ||
| Construct | , | ||
| 2 | , | ||
| "WsfTangentManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Target | , |
| WsfOrbitalManeuvers::Target | , | ||
| Construct_1 | , | ||
| 5 | , | ||
| "WsfTargetManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| int | , | ||
| double | , | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Target | , |
| WsfOrbitalManeuvers::Target | , | ||
| Construct_2 | , | ||
| 3 | , | ||
| "WsfTargetManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Target | , |
| WsfOrbitalManeuvers::Target | , | ||
| ConstructCost | , | ||
| 5 | , | ||
| "WsfTargetManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| WsfOrbitalOptimizationCost | , | ||
| double | , | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Target | , |
| WsfOrbitalManeuvers::Target | , | ||
| SetTolerance | , | ||
| 1 | , | ||
| "void" | , | ||
| "double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Target | , |
| WsfOrbitalManeuvers::Target | , | ||
| TargetPoint | , | ||
| 0 | , | ||
| "WsfTargetPoint" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Target | , |
| WsfOrbitalManeuvers::Target | , | ||
| Tolerance | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Teardrop | , |
| WsfOrbitalManeuvers::Teardrop | , | ||
| Construct_1 | , | ||
| 8 | , | ||
| "WsfTeardropManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| int | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Teardrop | , |
| WsfOrbitalManeuvers::Teardrop | , | ||
| Construct_2 | , | ||
| 6 | , | ||
| "WsfTeardropManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| double" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Teardrop | , |
| WsfOrbitalManeuvers::Teardrop | , | ||
| ConstructCost | , | ||
| 8 | , | ||
| "WsfTeardropManeuver" | , | ||
| " | WsfOrbitalEventCondition, | ||
| WsfTargetPoint | , | ||
| WsfOrbitalOptimizationCost | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| double | , | ||
| double" | ) |
References SCENARIO.
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Teardrop | , |
| WsfOrbitalManeuvers::Teardrop | , | ||
| Period | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Teardrop | , |
| WsfOrbitalManeuvers::Teardrop | , | ||
| RadialOffsetAtPOCA | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Teardrop | , |
| WsfOrbitalManeuvers::Teardrop | , | ||
| Repetitions | , | ||
| 0 | , | ||
| "int" | , | ||
| "" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Teardrop | , |
| WsfOrbitalManeuvers::Teardrop | , | ||
| SetRepetitions | , | ||
| 1 | , | ||
| "void" | , | ||
| "int" | ) |
| wsf::space::script::UT_DEFINE_SCRIPT_METHOD | ( | Teardrop | , |
| WsfOrbitalManeuvers::Teardrop | , | ||
| TimeToPOCA | , | ||
| 0 | , | ||
| "double" | , | ||
| "" | ) |