Changeset 3211 in ntrip for trunk/BNC/combination
- Timestamp:
- Mar 31, 2011, 8:08:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3206 r3211 118 118 } 119 119 120 _rtnetDecoder = new bncRtnetDecoder();120 _rtnetDecoder = 0; 121 121 122 122 connect(this, SIGNAL(newMessage(QByteArray,bool)), … … 544 544 void bncComb::dumpResults(const bncTime& resTime, 545 545 const QMap<QString, t_corr*>& resCorr) { 546 547 if (!_rtnetDecoder) { 548 _rtnetDecoder = new bncRtnetDecoder(); 549 } 546 550 547 551 QMapIterator<QString, t_corr*> it(resCorr);
Note:
See TracChangeset
for help on using the changeset viewer.