Changeset 4386 in ntrip for trunk/BNC/src/RTCM3
- Timestamp:
- Jul 4, 2012, 6:59:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3Decoder.cpp
r4379 r4386 347 347 const char* codetype = gnssData.codetype[iSat][iEntry]; 348 348 if (codetype) { 349 // cout << prn.toAscii().data() << " " << codetype[1]<< endl;349 cout << prn.toAscii().data() << " " << codetype << endl; 350 350 } 351 351
Note:
See TracChangeset
for help on using the changeset viewer.