Changeset 6477 in ntrip for trunk


Ignore:
Timestamp:
Dec 28, 2014, 3:53:00 PM (9 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/satObs.cpp

    r6476 r6477  
    102102           << biasList.size() << ' ' << satCodeBias._staID << endl;
    103103    }
    104     *out << satCodeBias._prn.toString() << ' ';
    105 
     104    *out << satCodeBias._prn.toString();
     105    for (unsigned ii = 0; ii < satCodeBias._bias.size(); ii++) {
     106      const t_frqCodeBias& frqCodeBias = satCodeBias._bias[ii];
     107      *out << "   " << frqCodeBias._rnxType2ch << ' '
     108           << setw(10) << setprecision(4) << frqCodeBias._value;
     109    }
    106110    *out << endl;
    107111  }
Note: See TracChangeset for help on using the changeset viewer.