Class ThrusterFiringRemainderCommandSoftware
- Namespace
- NominalSystems.Classes
- Assembly
- NominalSystems.Classes.dll
Defines the thruster mapping software. This module takes a desired torque to control the spacecraft, and maps it to an array of thrusters.
public class ThrusterFiringRemainderCommandSoftware : Software
- Inheritance
-
ThrusterFiringRemainderCommandSoftware
- Inherited Members
Constructors
ThrusterFiringRemainderCommandSoftware()
Default constructor for the software
public ThrusterFiringRemainderCommandSoftware()
Fields
BaseThrusterState
[-] Indicates on-pulsing (0) or off-pusling (1)
public bool BaseThrusterState
Field Value
In_ThrusterArrayCmdForceMsg
Thruster force commands
public ThrusterArrayCmdForceMessage In_ThrusterArrayCmdForceMsg
Field Value
In_ThrusterArrayConfigMsg
Configuration of thrusters attached to the spacecraft
public ThrusterArrayConfigMessage In_ThrusterArrayConfigMsg
Field Value
Out_ThrusterArrayOnTimeMsg
Output thruster force commands for thruster array
public ThrusterArrayOnTimeMessage Out_ThrusterArrayOnTimeMsg
Field Value
ThrusterMinFireTime
[s] Minimum ON time for thrusters
public double ThrusterMinFireTime
Field Value
Properties
PrevCallTime
[s] CallTime from previous function call
public double PrevCallTime { get; }
Property Value
Methods
OnBegin(double)
Called when the 'Component' is beginning
protected override void OnBegin(double time)
Parameters
time
doublecurrent time (seconds)
OnUpdate(double, double)
Called when the 'Component' should update
protected override void OnUpdate(double time, double step)