Changeset 5788 in ntrip


Ignore:
Timestamp:
Aug 4, 2014, 2:58:19 PM (10 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src/PPP
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r5787 r5788  
    114114  if      (ephGPS) {
    115115    _ephPool->putEphemeris(new t_ephGPS(*ephGPS));
    116     LOG << OPT->_roverName <<  " putEphemeris GPS" << endl;
    117116  }
    118117  else if (ephGlo) {
    119118    _ephPool->putEphemeris(new t_ephGlo(*ephGlo));
    120     LOG << OPT->_roverName <<  " putEphemeris Glo" << endl;
    121119  }
    122120  else if (ephGal) {
    123121    _ephPool->putEphemeris(new t_ephGal(*ephGal));
    124     LOG << OPT->_roverName <<  " putEphemeris Gal" << endl;
    125122  }
    126123}
     
    132129    _ephPool->putOrbCorrection(new t_orbCorr(*corr[ii]));
    133130  }
    134   LOG << OPT->_roverName <<  " putOrbCorrections " << corr.size() << endl;
    135131}
    136132
     
    141137    _ephPool->putClkCorrection(new t_clkCorr(*corr[ii]));
    142138  }
    143   LOG << OPT->_roverName <<  " putClkCorrections " << corr.size() << endl;
    144139}
    145140
     
    150145    _obsPool->putBiases(new t_satBias(*biases[ii]));
    151146  }
    152   LOG << OPT->_roverName <<  " putBiases " << biases.size() << endl;
    153147}
    154148
  • trunk/BNC/src/PPP/pppThread.cpp

    r5785 r5788  
    6666////////////////////////////////////////////////////////////////////////////
    6767t_pppThread::~t_pppThread() {
    68   cout << "~t_pppThread" << endl;
    6968  delete _pppRun;
    7069}
     
    115114////////////////////////////////////////////////////////////////////////////
    116115t_pppRun::~t_pppRun() {
    117   cout << "~t_pppRun" << endl;
    118116}
    119117
Note: See TracChangeset for help on using the changeset viewer.