Changeset 4379 in ntrip


Ignore:
Timestamp:
Jul 4, 2012, 12:15:07 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/RTCM3Decoder.cpp

    r4378 r4379  
    346346                  // TODO: codetype[1] is e.g. 'W' or 'C' or 'P'
    347347                  const char* codetype = gnssData.codetype[iSat][iEntry];
     348                  if (codetype) {
     349                    // cout << prn.toAscii().data() << " " << codetype[1] << endl;
     350                  }
    348351
    349352                  if      (iEntry == GNSSENTRY_C1DATA) {
Note: See TracChangeset for help on using the changeset viewer.