Changeset 3755 in ntrip


Ignore:
Timestamp:
Mar 30, 2012, 6:51:35 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpppclient.cpp

    r3753 r3755  
    327327    }
    328328  }
    329 
    330   //// beg test
    331   QMapIterator<QString, t_corr*> ic(_corr);
    332   while (ic.hasNext()) {
    333     ic.next();
    334     const t_corr* corr = ic.value();
    335     cout.setf(ios::fixed);
    336     cout << corr->prn.toAscii().data() << " "
    337          << setw(3) << corr->iod << " "
    338          << setw(8) << setprecision(3) << corr->dClk * t_CST::c << " "
    339          << corr->tRao.datestr() << " " << corr->tRao.timestr() << "     "   
    340          << corr->tClk.datestr() << " " << corr->tClk.timestr() << endl;
    341   }
    342   //// end test
    343329}
    344330
  • trunk/BNC/rinex/bncpostprocess.cpp

    r3753 r3755  
    132132    ++nEpo;
    133133
    134     cout << "process " << epo->tt.datestr() << " "
    135          << epo->tt.timestr() << endl;
    136 
    137134    // Get Corrections
    138135    // ---------------
Note: See TracChangeset for help on using the changeset viewer.