![]() |
GpsGga – GPS Geoid Data. More...
#include <GpsGga.h>
Public Member Functions | |
| GpsGga () | |
| Default constructor. | |
| ~GpsGga () | |
| Destructor. | |
| GpsGga (Int_t trun, UInt_t trealTime, GpsGgaStruct_t *gpsStruct) | |
| Assignment constructor. | |
| ClassDef (GpsGga, 10) | |
Public Attributes | |
| Int_t | run |
| run number, assigned offline | |
| UInt_t | realTime |
| time in unixTime (from CPU) | |
| UInt_t | payloadTime |
| time in unixTime (from CPU) | |
| UInt_t | payloadTimeUs |
| sub second timing in us (from CPU) | |
| UInt_t | timeOfDay |
| time of day in ms (from GPS) | |
| UChar_t | numSats |
| Number of satellites visible. | |
| Float_t | latitude |
| Latitude in degrees. | |
| Float_t | longitude |
| Longitude in degrees. | |
| Float_t | altitude |
| Altitude in degrees. | |
| Float_t | hdop |
| Horizontal dilution of precision. | |
| Float_t | geoidSeparation |
| Geoidal separation value in metres. | |
| Float_t | ageOfCalc |
| Age of differential calculation (in seconds) | |
| UChar_t | posFixType |
| Position fix tupe (0-invalid,1-autonoumous, 2-differential) | |
| UChar_t | baseStationId |
| Differential base station id number – no idea what it is. | |
| Int_t | intFlag |
| Interpolation flag will be zero for raw data. | |
GpsGga – GPS Geoid Data.
The ROOT implementation of the GPS Geoid data


1.8.11