Changeset 3215 in ntrip


Ignore:
Timestamp:
Mar 31, 2011, 9:33:44 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3214 r3215  
    545545void bncComb::dumpResults(const bncTime& resTime,
    546546                          const QMap<QString, t_corr*>& resCorr) {
    547 
    548   if (!_rtnetDecoder) {
    549     _rtnetDecoder = new bncRtnetDecoder();
    550   }
    551547
    552548  ostringstream out; out.setf(std::ios::fixed);
     
    632628  }
    633629
     630  if (!_rtnetDecoder) {
     631    _rtnetDecoder = new bncRtnetDecoder();
     632  }
     633  vector<string> errmsg;
     634  _rtnetDecoder->Decode((char*) out.str().c_str(), out.str().size(), errmsg);
     635
    634636    // Optionally send new Corrections to PPP
    635637    // --------------------------------------
Note: See TracChangeset for help on using the changeset viewer.