intsbascorr;// SBAS correction options (can be added): SBSOPT_LCORR(1): long term correction, SBSOPT_FCORR(2): fast correction, SBSOPT_ICORR(4): ionosphere correction, SBSOPT_RANGE(8): ranging
intraim;// RAIM removed sats
doubleelmin;// min elevation (degrees)
doubleelmin;// min elevation (rad)
doublemaxgdop;// maxgdop: reject threshold of gdop
boolGPS,SBS,GLO,GAL,QZS,CMP,IRN,LEO;// constellations used
TdcpOptionstdcp;// TDCP options
@@ -173,7 +173,7 @@ class Range;
// Typedefs
typedefstd::map<int,Satellite>Satellites;
typedefstd::map<int,Range>Ranges;
typedefstd::map<int,Eigen::Vector2d>Azels;
typedefstd::map<int,Eigen::Vector2d>Azels;// Azimuth and elevation (rad)