Enum in Zendir.Messages


Description

Defines the rendezvous maneuver state for the RPO software. This is used to determine the current burn required for the rendezvous of two orbits.


Properties

DeclaredDescription
None = 0No maneuver is currently being executed.
PlaneChange = 1A plane change is required. This will align the inclination and argumentof ascending node (RAAN) of the chaser orbit with the target orbit.
HohmannPeriapsis = 2The first part of a Hohmann transfer maneuver is being executed, which is toincrease the chaser’s orbit to match the target’s apoapsis.
HohmannApoapsis = 3The second part of a Hohmann transfer maneuver is being executed, which is toapproach the target’s apoapsis by decreasing the chaser’s orbit.
DeltaVMatching = 4The second part of a Hohmann transfer maneuver is being executed.
PhaseChangeFirst = 5A phase change maneuver is being executed.
PhaseChangeSecond = 6A phase change maneuver is being executed.