Class AccessMessage
- Namespace
- NominalSystems.Messages
- Assembly
- NominalSystems.Messages.dll
[Nominal] Message that defines the access between two objects, such as a spacecraft and a ground station.
public sealed class AccessMessage : Message
- Inheritance
-
AccessMessage
Fields
Azimuth
Azimuth angle for a given access direction, starting with 0 degrees as relative North.
[Unit(UnitType.DEGREE)]
public double Azimuth
Field Value
Elevation
Elevation angle for a given access direction.
[Unit(UnitType.DEGREE)]
public double Elevation
Field Value
IsAccessible
A flag defining if the primary object has access to another object.
[Unit(UnitType.NONE)]
public bool IsAccessible
Field Value
SlantRange
The range of access between the two objects.
[Unit(UnitType.METRE)]
public double SlantRange