Table of Contents

Class SoftwareChainMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

Message structure used to specify a computer software chain to run. This includes a Navigation, Pointing, Feedback and Control.

public sealed class SoftwareChainMessage : Message<SoftwareChainPayload>
Inheritance
SoftwareChainMessage
Inherited Members
Message<SoftwareChainPayload>.Payload
Message<SoftwareChainPayload>.ToString()
Message<SoftwareChainPayload>.PayloadType
Message<SoftwareChainPayload>.PayloadObject

Constructors

SoftwareChainMessage()

Default constructor

public SoftwareChainMessage()

Properties

ControllerMode

[-] Current control mode to be executed on the Spacecraft

[Units("-")]
public SoftwareControllerMode ControllerMode { get; set; }

Property Value

SoftwareControllerMode

MappingMode

[-] Current mapping mode to be executed on the Spacecraft

[Units("-")]
public SoftwareMappingMode MappingMode { get; set; }

Property Value

SoftwareMappingMode

NavigationMode

[-] Current navigation mode to be executed on the Spacecraft

[Units("-")]
public SoftwareNavigationMode NavigationMode { get; set; }

Property Value

SoftwareNavigationMode

PointingMode

[-] Current pointing mode to be executed on the Spacecraft

[Units("-")]
public SoftwarePointingMode PointingMode { get; set; }

Property Value

SoftwarePointingMode