Table of Contents

Class NadirPointingSoftwareChain

Namespace
NominalSystems.Classes
Assembly
NominalSystems.Classes.dll

[Nominal] This pointing chain is able to direct the guidance computer to orient the spacecraft towards pointing at the orbiting body in a Nadir (straight-down) orientation. This is useful for imaging and other communication modes. This will also align to the LVLH frame in the direction of motion.


public class NadirPointingSoftwareChain : PointingSoftwareChain
Inheritance
NadirPointingSoftwareChain

Constructors

NadirPointingSoftwareChain()

Default constructor

protected NadirPointingSoftwareChain()

Fields

Out_GuidanceNadirPointingMsg

The output configuration message for this particular pointing chain.

public GuidanceNadirPointingMessage? Out_GuidanceNadirPointingMsg

Field Value

GuidanceNadirPointingMessage

Methods

Configure()

The configure function must be implemented which will be used whenever the configuration should be reconnected and developed.

public override void Configure()

GetAttitudeErrorMessage()

Returns the output attitude error message from the software chain that will be pointed to a particular module on the chain.

public override AttitudeErrorMessage? GetAttitudeErrorMessage()

Returns

AttitudeErrorMessage

The attitude error message on the software chain

GetAttitudeReferenceMessage()

Returns the output attitude reference message from the software chain that will be pointed to a particular module on the chain.

public override AttitudeReferenceMessage? GetAttitudeReferenceMessage()

Returns

AttitudeReferenceMessage

The attitude reference message on the software chain

OnCreate()

Called when the object is created from the controller and has been attached to the parent object. By this point, it has been registered to the simulation and will run after the constructor.

protected override void OnCreate()

OnLoad(double)

Called after all of the data has been loaded from a save state on this object. This enables any post-load operations to be performed and extra data to be loaded from the metadata.

protected override void OnLoad(double time)

Parameters

time double

[s] The current clock time of the simulation

SetNavigationAttitudeMessage(NavigationAttitudeMessage?)

Updates the Navigation Attitude message on the pointing chain that comes from the navigation chain.

public override void SetNavigationAttitudeMessage(NavigationAttitudeMessage? msg)

Parameters

msg NavigationAttitudeMessage

The navigation attitude message

SetNavigationTranslationMessage(NavigationTranslationMessage?)

Updates the Navigation Translation message on the pointing chain that comes from the navigation chain.

public override void SetNavigationTranslationMessage(NavigationTranslationMessage? msg)

Parameters

msg NavigationTranslationMessage

The navigation translation message