Changeset 5788 in ntrip for trunk/BNC/src/PPP/pppClient.cpp


Ignore:
Timestamp:
Aug 4, 2014, 2:58:19 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.