Changeset 6131 in ntrip for trunk


Ignore:
Timestamp:
Sep 11, 2014, 7:09:51 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcedit.cpp

    r6130 r6131  
    229229        char sys = obsFile->system(iSys);
    230230        if (sys != ' ') {
     231          for (int iType = 0; iType < obsFile->nTypes(sys); iType++) {
     232            QString type = obsFile->obsType(sys, iType);
     233            QDebug() << ii << iSys << sys << type;
     234          }
    231235        }
    232236      }
Note: See TracChangeset for help on using the changeset viewer.