Changeset 3682 in ntrip for trunk/BNC/rnxobsfile.cpp
- Timestamp:
- Feb 12, 2012, 11:55:42 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.