Changeset 3556 in ntrip for trunk/BNC/combination/bnccomb.h


Ignore:
Timestamp:
Dec 23, 2011, 11:19:11 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.h

    r3553 r3556  
    7373      }
    7474    }
    75     bncTime tt() const {
    76       if (corrs.size() > 0) {
    77         return corrs[0]->tt;
    78       }
    79       else {
    80         return bncTime();
    81       }
    82     }
    8375    QVector<cmbCorr*> corrs;
    8476  };
     
    9890  t_irc checkOrbits(QTextStream& out);
    9991
    100   QVector<cmbCorr*>& corrs() {return _buffer[_resTime.longSec()].corrs;}
     92  QVector<cmbCorr*>& corrs() {return _buffer[_resTime].corrs;}
    10193
    10294  QList<cmbAC*>           _ACs;
    10395  bncTime                 _resTime;
    10496  QVector<cmbParam*>      _params;
    105   QMap<unsigned long, cmbEpoch> _buffer;
     97  QMap<bncTime, cmbEpoch> _buffer;
    10698  bncRtnetDecoder*        _rtnetDecoder;
    10799  SymmetricMatrix         _QQ;
Note: See TracChangeset for help on using the changeset viewer.