Class TAMEncoderSoftware
- Namespace
- NominalSystems.Classes
- Assembly
- NominalSystems.Classes.dll
[Nominal] Defines the software that is able to compute the body frame magnetometer data from the sensor frame magnetometer data.
public class TAMEncoderSoftware : Software
- Inheritance
-
TAMEncoderSoftware
Constructors
TAMEncoderSoftware()
Default constructor
protected TAMEncoderSoftware()
Fields
In_TAMDataMsg
Input message containing magnetometer data in sensor frame. This is produced by the magnetometer sensor
public TAMDataMessage? In_TAMDataMsg
Field Value
Out_TAMBodyMsg
Output message containing magnetometer data in body frame of the spacecraft.
public TAMBodyMessage? Out_TAMBodyMsg
Field Value
Methods
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()
OnUpdate(double, double)
Called when the object should update from the simulation tick. This will take in a time and a step, where the time is the time of the clock before updating the object.
protected override void OnUpdate(double time, double step)