Class GroundStationAccessSoftware
- Namespace
- NominalSystems.Classes
- Assembly
- NominalSystems.Classes.dll
A class that is used for calculating ground station access to a body.
public class GroundStationAccessSoftware : Software
- Inheritance
-
GroundStationAccessSoftware
- Inherited Members
Constructors
GroundStationAccessSoftware()
public GroundStationAccessSoftware()
Fields
In_EphemerisMsg
An Ephemeris message, storing an object's position and velocity.
public EphemerisMessage? In_EphemerisMsg
Field Value
In_GroundStatesMsg
The Ground States Message to calculate access from.
public GroundStatesMessage? In_GroundStatesMsg
Field Value
Out_AccessMsg
A message storing Azimuth and Elevation to the point specified in the Ephemeris message
public AccessMessage Out_AccessMsg
Field Value
Methods
OnUpdate(double, double)
Called when the 'Component' should update
protected override void OnUpdate(double time, double step)