Changeset 3211 in ntrip


Ignore:
Timestamp:
Mar 31, 2011, 8:08:11 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3206 r3211  
    118118  }
    119119
    120   _rtnetDecoder = new bncRtnetDecoder();
     120  _rtnetDecoder = 0;
    121121
    122122  connect(this, SIGNAL(newMessage(QByteArray,bool)),
     
    544544void bncComb::dumpResults(const bncTime& resTime,
    545545                          const QMap<QString, t_corr*>& resCorr) {
     546
     547  if (!_rtnetDecoder) {
     548    _rtnetDecoder = new bncRtnetDecoder();
     549  }
    546550
    547551  QMapIterator<QString, t_corr*> it(resCorr);
Note: See TracChangeset for help on using the changeset viewer.