Changeset 6443 in ntrip for trunk/BNC/src/combination/bnccomb.h


Ignore:
Timestamp:
Dec 26, 2014, 12:47:27 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6160 r6443  
    1212class bncAntex;
    1313
    14 class bncComb : public bncEphUser {
     14class bncComb : public QObject {
    1515 Q_OBJECT
    1616 public:
     
    108108  QVector<cmbCorr*>& corrs() {return _buffer[_resTime].corrs;}
    109109
     110  QMutex                                 _mutex;
    110111  QList<cmbAC*>                          _ACs;
    111112  bncTime                                _resTime;
     
    123124  int                                    _cmbSampl;
    124125  QMap<QString, QMap<t_prn, t_orbCorr> > _orbCorrections;
     126  bncEphUser                             _ephUser;
    125127};
    126128
Note: See TracChangeset for help on using the changeset viewer.