public class SimpleAscentPropagatorWarnings extends EventArgs
SimpleAscentPropagator
.Constructor and Description |
---|
SimpleAscentPropagatorWarnings() |
Modifier and Type | Method and Description |
---|---|
boolean |
getFinalFlightPathAngleMismatch()
Gets a value indicating whether the propagator was unable to meet the specified final flight path angle and there is a discontinuity in the flight path angle at burnout.
|
boolean |
getUnableToMeetConditionsWithSetInitialAcceleration()
Gets a value indicating whether the propagator was unable to meet the specified launch conditions and the propagator ignored the initial acceleration specified.
|
boolean |
getVelocityDiscontinuityAtBurnout()
Gets a value indicating whether the propagator was unable to meet the specified launch conditions and there is a discontinuity in the velocity at burnout.
|
void |
setFinalFlightPathAngleMismatch(boolean value)
Sets a value indicating whether the propagator was unable to meet the specified final flight path angle and there is a discontinuity in the flight path angle at burnout.
|
void |
setUnableToMeetConditionsWithSetInitialAcceleration(boolean value)
Sets a value indicating whether the propagator was unable to meet the specified launch conditions and the propagator ignored the initial acceleration specified.
|
void |
setVelocityDiscontinuityAtBurnout(boolean value)
Sets a value indicating whether the propagator was unable to meet the specified launch conditions and there is a discontinuity in the velocity at burnout.
|
public final boolean getFinalFlightPathAngleMismatch()
public final void setFinalFlightPathAngleMismatch(boolean value)
public final boolean getUnableToMeetConditionsWithSetInitialAcceleration()
public final void setUnableToMeetConditionsWithSetInitialAcceleration(boolean value)
public final boolean getVelocityDiscontinuityAtBurnout()
public final void setVelocityDiscontinuityAtBurnout(boolean value)