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