Table of Contents

Class GroundStationMessage

Namespace
NominalSystems.Messages
Assembly
NominalSystems.Messages.dll

[Nominal] Message that describing the configuration of the ground station, as well as any important data that has been stored there about the relevant connections.


public sealed class GroundStationMessage : Message
Inheritance
GroundStationMessage

Fields

MaximumRange

Maximum range for access.

[Unit(UnitType.METRE)]
public double MaximumRange

Field Value

double

MinimumElevation

Minimum elevation for access.

[Unit(UnitType.DEGREE)]
public double MinimumElevation

Field Value

double

NumTracking

The number of spacecraft that the ground station has currently started tracking.

[Unit(UnitType.NONE)]
public int NumTracking

Field Value

int

OverrideAccess

A flag whether to override the access for a particular ground station's connections.

[Unit(UnitType.NONE)]
public bool OverrideAccess

Field Value

bool