![]() |
Adu5Sat – The ADU5 Satellite Information. More...
#include <Adu5Sat.h>
Public Member Functions | |
| Adu5Sat (Int_t trun, UInt_t trealTime, GpsAdu5SatStruct_t *gpsStruct) | |
| void | getCirclePlot (TPad *padSat, const char *title=0) |
| Creates a 2D elevation-azimuth plot. | |
| int | getNumSats (int whichAnt) |
| int | getPRN (int whichAnt, int whichSat) |
| int | getSNR (int whichAnt, int whichSat) |
| int | getElevation (int whichAnt, int whichSat) |
| int | getAzimuth (int whichAnt, int whichSat) |
| int | getFlag (int whichAnt, int whichSat) |
| ClassDef (Adu5Sat, 10) | |
Public Attributes | |
| Int_t | run |
| UInt_t | realTime |
| UInt_t | payloadTime |
| UInt_t | numSats [4] |
| The number of satellites each of the antennas can see. | |
| UChar_t | prn [4][12] |
| The PRN of each visible satellite. | |
| UChar_t | elevation [4][12] |
| The elevation of each visible satellite. | |
| UChar_t | snr [4][12] |
| The SNR of each visible satellite. | |
| UChar_t | flag [4][12] |
| The usability flag of each visible satellite. | |
| UShort_t | azimuth [4][12] |
| The azimuth of each visible satellite. | |
Adu5Sat – The ADU5 Satellite Information.
This is a class to hold the satellite visibilty information for the ADU5's


1.8.11