Skip to content
Snippets Groups Projects

Resolve "Enable Standard Point Positioning (SPP) computation"

2 files
+ 30
672
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -37,95 +37,17 @@ namespace GNSSUtils
@@ -37,95 +37,17 @@ namespace GNSSUtils
// Ephemeris
// Ephemeris
void allocateEphemeris(int n_sat = MAXSAT);
void allocateEphemeris(int n_sat = MAXSAT);
void deleteEphemeris();
void deleteEphemeris();
void allocateGLONASSEphemeris(int n_sat = NSATGLO);
void allocateGLONASSEphemeris(int n_sat = NSATGLO);
void deleteGLONASSEphemeris();
void deleteGLONASSEphemeris();
void allocateSBASEphemeris(int n_sat = NSATSBS*2); //SBAS
void allocateSBASEphemeris(int n_sat = NSATSBS*2); //SBAS
void deleteSBASEphemeris();
void deleteSBASEphemeris();
void allocateAlmanac(int n_sat = MAXSAT);
void allocateAlmanac(int n_sat = MAXSAT);
void deleteAlmanac();
void deleteAlmanac();
// UTC
void allocateUTCGPS(int n); //GPS
void deleteUTCGPS();
void allocateUTCGlo(int n); // Glo
void deleteUTCGlo();
void allocateUTCGal(int n); // Galileo
void deleteUTCGal();
void allocateUTCQZS(int n); // QZS
void deleteUTCQZS();
void allocateUTCCMP(int n); // BeiDou
void deleteUTCCMP();
void allocateUTCSBAS(int n); // SBAS
void deleteUTCSBAS();
// Ionosphere
void allocateIonGPS(int n); // GPS
void deleteIonGPS();
void allocateIonGal(int n); // Galileo
void deleteIonGal();
void allocateIonQZS(int n); // QZS
void deleteIonQZS();
void allocateIonCMP(int n); // BeiDou
void deleteIonCMP();
//Others
void allocatelam(int n);
void deletelam();
void allocatecbias(int n);
void deletecbias();
void allocatewlbias(int n);
void deletewlbias();
void allocateglocpbias(int n);
void deleteglocpbias();
void allocateglofcn(int n);
void deleteglofcn();
void allocatepcv(int n);
void deletepcv();
void allocatesbsion(int n);
void deletesbsion();
private:
private:
// rtklib-like attribute to represent the different navigation msgs for a given epoch
// rtklib-like attribute to represent the different navigation msgs for a given epoch
Loading