Table of Contents

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

GuidanceControllerType

MappingMode

Current mapping mode to be executed on the Spacecraft.

[Unit(UnitType.NONE)]
public GuidanceMappingType MappingMode

Field Value

GuidanceMappingType

NavigationMode

Current navigation mode to be executed on the Spacecraft.

[Unit(UnitType.NONE)]
public GuidanceNavigationType NavigationMode

Field Value

GuidanceNavigationType

PointingMode

Current pointing mode to be executed on the Spacecraft.

[Unit(UnitType.NONE)]
public GuidancePointingType PointingMode

Field Value

GuidancePointingType