Changeset 4253 in ntrip
- Timestamp:
- Jun 20, 2012, 6:15:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncclockrinex.cpp
r3184 r4253 74 74 << "# / TYPES OF DATA" << endl; 75 75 76 _out << "unknown " 77 << "ANALYSIS CENTER" << endl; 78 79 _out << " 54 " 80 << "# OF SOLN SATS" << endl; 81 82 _out << "G01 G02 G03 G04 G05 G06 G07 G08 G09 G10 G11 G12 G13 G14 G15 " 83 << "PRN LIST" << endl; 84 85 _out << "G16 G17 G18 G19 G20 G21 G22 G23 G25 G26 G27 G28 G29 G30 G31 " 86 << "PRN LIST" << endl; 87 88 _out << "G32 R01 R02 R03 R05 R06 R07 R08 R09 R10 R11 R12 R13 R14 R15 " 89 << "PRN LIST" << endl; 90 91 _out << "R16 R17 R18 R19 R20 R21 R22 R23 R24 " 92 << "PRN LIST" << endl; 93 94 _out << " 0 IGS08 " 95 << "# OF SOLN STA / TRF" << endl; 96 76 97 _out << " " 77 98 << "END OF HEADER" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.