Table of Contents

Class ExternalTorqueMappingSoftwareChain

Namespace
NominalSystems.Classes
Assembly
NominalSystems.Classes.dll

[Nominal] This class is able to map the control of the system to an external torque dynamic effector associated with the spacecraft


public class ExternalTorqueMappingSoftwareChain : MappingSoftwareChain
Inheritance
ExternalTorqueMappingSoftwareChain

Constructors

ExternalTorqueMappingSoftwareChain()

Default constructor

protected ExternalTorqueMappingSoftwareChain()

Methods

Configure()

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

public override void Configure()

Disable()

Disable the software component Derived classes should clear any output messages

public override void Disable()

SetCommandTorqueMessage(CommandTorqueMessage?)

Sets the command torque message input for the mapping chain to the value of a specific torque message from the controller chain.

public override void SetCommandTorqueMessage(CommandTorqueMessage? msg)

Parameters

msg CommandTorqueMessage

The torque command from the controller chain