Changeset 7055 in ntrip for trunk/BNC/src/combination


Ignore:
Timestamp:
Jul 16, 2015, 9:54:10 AM (9 years ago)
Author:
stuerze
Message:

IOD data type changed, to support IODs computed from CRC over broadcasted ephemris and clock parameters

Location:
trunk/BNC/src/combination
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r7013 r7055  
    756756    int updateInt     = 0;
    757757    line.sprintf("%d %d %d %.1f %s"
    758                  "   %3d"
     758                 "   %lu"
    759759                 "   %8.3f %8.3f %8.3f %8.3f"
    760760                 "   %10.5f %10.5f %10.5f %10.5f"
  • trunk/BNC/src/combination/bnccomb.h

    r7011 r7055  
    7171    }
    7272    ~cmbCorr() {}
    73     QString      _prn;
    74     bncTime      _time;
    75     int          _iod;
    76     t_eph*       _eph;
    77     t_orbCorr    _orbCorr;
    78     t_clkCorr    _clkCorr;
    79     QString      _acName;
    80     double       _dClkResult;
    81     ColumnVector _diffRao;
     73    QString       _prn;
     74    bncTime       _time;
     75    unsigned long _iod;
     76    t_eph*        _eph;
     77    t_orbCorr     _orbCorr;
     78    t_clkCorr     _clkCorr;
     79    QString       _acName;
     80    double        _dClkResult;
     81    ColumnVector  _diffRao;
    8282    QString ID() {return _acName + "_" + _prn;}
    8383  };
Note: See TracChangeset for help on using the changeset viewer.