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
-
Message<SoftwareChainPayload>SoftwareChainMessage
- Inherited Members
-
Message<SoftwareChainPayload>.PayloadMessage<SoftwareChainPayload>.ToString()Message<SoftwareChainPayload>.PayloadTypeMessage<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
MappingMode
[-] Current mapping mode to be executed on the Spacecraft
[Units("-")]
public SoftwareMappingMode MappingMode { get; set; }
Property Value
NavigationMode
[-] Current navigation mode to be executed on the Spacecraft
[Units("-")]
public SoftwareNavigationMode NavigationMode { get; set; }
Property Value
PointingMode
[-] Current pointing mode to be executed on the Spacecraft
[Units("-")]
public SoftwarePointingMode PointingMode { get; set; }