Table of Contents

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

EphemerisMessage

In_GroundStatesMsg

The Ground States Message to calculate access from.

public GroundStatesMessage? In_GroundStatesMsg

Field Value

GroundStatesMessage

Out_AccessMsg

A message storing Azimuth and Elevation to the point specified in the Ephemeris message

public AccessMessage Out_AccessMsg

Field Value

AccessMessage

Methods

OnUpdate(double, double)

Called when the 'Component' should update

protected override void OnUpdate(double time, double step)

Parameters

time double

current time (seconds)

step double

the time step (seconds)