Class SimpleNavigationSoftwareChain
- Namespace
- NominalSystems.Classes
- Assembly
- NominalSystems.Classes.dll
This software chain defines the simple navigator for the navigator chain, to create the navigation for the computer.
public class SimpleNavigationSoftwareChain : NavigationSoftwareChain
- Inheritance
-
SimpleNavigationSoftwareChain
Constructors
SimpleNavigationSoftwareChain()
Default constructor
protected SimpleNavigationSoftwareChain()
Fields
Out_GuidanceSimpleNavigationMsg
Defines the configuration for this software chain.
public GuidanceSimpleNavigationMessage? Out_GuidanceSimpleNavigationMsg
Field Value
Methods
Configure()
The configure function must be implemented which will be used whenever the configuration should be reconnected and developed.
public override void Configure()
GetNavigationAttitudeMessage()
Returns the output navigation attitude message coming from the navigation chain.
public override NavigationAttitudeMessage? GetNavigationAttitudeMessage()
Returns
- NavigationAttitudeMessage
The navigational attitude message
GetNavigationTranslationMessage()
Returns the output navigation translation message coming from the navigation chain.
public override NavigationTranslationMessage? GetNavigationTranslationMessage()
Returns
- NavigationTranslationMessage
The navigational translation message
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