14 #include "simpleStructs.h" 37 UChar_t
prn[4][MAX_SATS];
39 UChar_t
snr[4][MAX_SATS];
44 int getNumSats(
int whichAnt);
45 int getPRN(
int whichAnt,
int whichSat);
46 int getSNR(
int whichAnt,
int whichSat);
47 int getElevation(
int whichAnt,
int whichSat);
48 int getAzimuth(
int whichAnt,
int whichSat);
49 int getFlag(
int whichAnt,
int whichSat);
UShort_t azimuth[4][12]
The azimuth of each visible satellite.
Adu5Sat – The ADU5 Satellite Information.
ADU5 Satellite Info – Telemetered.
void getCirclePlot(TPad *padSat, const char *title=0)
Creates a 2D elevation-azimuth plot.
UChar_t flag[4][12]
The usability flag of each visible satellite.
UInt_t numSats[4]
The number of satellites each of the antennas can see.
UChar_t elevation[4][12]
The elevation of each visible satellite.
UChar_t snr[4][12]
The SNR of each visible satellite.
UChar_t prn[4][12]
The PRN of each visible satellite.