Enum in Zendir.Classes
Description
The primary state type for the spacecraft operation computer. This is the base state for the spacecraft operation computer, and is used to determine the priority of the tasks.
Properties
Declared | Description |
---|---|
None = 0 | No primary state is set, this is the default state of the spacecraft operation computer. |
Safe = 1 | Safe state, this is used when the spacecraft is in a safe state. |
Guidance = 2 | Guidance state, this is used when the spacecraft is in a guidance state, for pointing attargets or in directions. |
Maneuver = 3 | Maneuver state, this is used when the spacecraft is in a maneuver state, for changingit’s trajectory or orbit. |