Class GuidanceChainMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] Message used to specify a guidance software software chain to run. This includes a Navigation, Pointing, Controller and Mapping software.
public sealed class GuidanceChainMessage : Message
- Inheritance
-
GuidanceChainMessage
Fields
ControllerMode
Current control mode to be executed on the Spacecraft.
[Unit(UnitType.NONE)]
public GuidanceControllerType ControllerMode
Field Value
MappingMode
Current mapping mode to be executed on the Spacecraft.
[Unit(UnitType.NONE)]
public GuidanceMappingType MappingMode
Field Value
NavigationMode
Current navigation mode to be executed on the Spacecraft.
[Unit(UnitType.NONE)]
public GuidanceNavigationType NavigationMode
Field Value
PointingMode
Current pointing mode to be executed on the Spacecraft.
[Unit(UnitType.NONE)]
public GuidancePointingType PointingMode