accessSimMsg

struct AccessSimMsg
#include <accessSimMsg.h>

Message that defines access to spacecraft from a groundLocation, providing access, range, and elevation with repect to a ground location.

Public Members

uint64_t hasAccess

[-] 1 when the writer has access to a spacecraft; 0 otherwise.

double slantRange

[m] Range from a location to the spacecraft.

double elevation

[rad] Elevation angle for a given spacecraft.

double azimuth

[rad] Azimuth angle for a spacecraft.