Changeset 583 in ntrip
- Timestamp:
- Nov 22, 2007, 2:59:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r582 r583 250 250 QDateTime datTim = QDateTime::currentDateTime().toUTC(); 251 251 252 QString ephFileNameGPS = _ephPath + "B NC_" +252 QString ephFileNameGPS = _ephPath + "BRDC" + 253 253 QString("%1").arg(datTim.date().dayOfYear(), 3, 10, QChar('0')); 254 254 … … 322 322 } 323 323 else if (_rinexVers == 2) { 324 QString ephFileNameGlonass = _ephPath + "B NC_" +324 QString ephFileNameGlonass = _ephPath + "BRDC" + 325 325 QString("%1").arg(datTim.date().dayOfYear(), 3, 10, QChar('0')) + 326 326 hlpStr + datTim.toString(".yyG");
Note:
See TracChangeset
for help on using the changeset viewer.