Changeset 3682 in ntrip
- Timestamp:
- Feb 12, 2012, 11:55:42 AM (13 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rnxnavfile.cpp
r3669 r3682 146 146 } 147 147 if (eph && eph->ok()) { 148 //// beg test149 ColumnVector xc(4);150 ColumnVector vv(3);151 eph->position(eph->GPSweek(), eph->GPSweeks(), xc.data(), vv.data());152 cout << "haha " << eph->prn().toAscii().data() << " " << xc.t();153 //// end test154 148 return success; 155 149 } -
trunk/BNC/rnxobsfile.cpp
r3680 r3682 103 103 } 104 104 } 105 106 cout << "RINEX Version = " << _version << endl;107 cout << "Antenna Name >" << _antennaName.toAscii().data() << "<\n";108 cout << "Marker Name >" << _markerName.toAscii().data() << "<\n";109 105 110 106 return success; … … 213 209 pos += 16; 214 210 } 215 216 cout.setf(ios::fixed);217 cout << "prn: " << prn.toAscii().data() << " "218 << setprecision(3) << _currEpo.satObs[iSat][0] << " "219 << setprecision(3) << _currEpo.satObs[iSat][5] << " "220 << setprecision(3) << _currEpo.satObs[iSat][6] << endl;221 211 } 222 212
Note:
See TracChangeset
for help on using the changeset viewer.