Changeset 6406 in ntrip
- Timestamp:
- Dec 22, 2014, 6:14:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r6116 r6406 362 362 // ------------------------------------------- 363 363 if (PPP_CLIENT->antex()) { 364 bool found;365 double pco = PPP_CLIENT->antex()->rcvCorr(station->antName(), _model._eleSat, found);366 364 for (unsigned ii = 0; ii < t_frequency::max; ii++) { 367 _model._antPCO[ii] = pco; 365 t_frequency::type frqType = static_cast<t_frequency::type>(ii); 366 bool found; 367 _model._antPCO[ii] = PPP_CLIENT->antex()->rcvCorr(station->antName(), frqType, 368 _model._eleSat, _model._azSat, found); 368 369 } 369 370 }
Note:
See TracChangeset
for help on using the changeset viewer.