Changeset 3215 in ntrip
- Timestamp:
- Mar 31, 2011, 9:33:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3214 r3215 545 545 void bncComb::dumpResults(const bncTime& resTime, 546 546 const QMap<QString, t_corr*>& resCorr) { 547 548 if (!_rtnetDecoder) {549 _rtnetDecoder = new bncRtnetDecoder();550 }551 547 552 548 ostringstream out; out.setf(std::ios::fixed); … … 632 628 } 633 629 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 634 636 // Optionally send new Corrections to PPP 635 637 // --------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.