CelestialObject(Propagator) Constructor

Top 

Description

Creates a CelestialObject using the position/velocity state propagator specified by positionPropagtor.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Constructor Signature

CelestialObject(

Propagator positionPropagtor)

 

 

Arguments

positionPropagtor


Description:

The object used to propagate the CelestialObject's state

Allowed Types:

Propagator, BroadcastEphemeris, DeStateAdvancer, EarthAttitudeModel, Ephemeris, GroundHeading, GroundWaypoints, HCW, IAUIAGAttitudeAdvancer, Integrator, BulStoer, BulStoerVOP, Cowell, RK45, RK78, RK78VOP, RK89, J2Mean, KinematicAttitudeAdvancer, LunarAttitudeModel, Norad, SGP4, SpiceEphemeris, TwoBody

 

 

 

Syntax

CelestialObject myCelestialObject1(myPropagator1);

 

 

See also

CelestialObject Object

CelestialObjects Guide