Changeset 583 in ntrip


Ignore:
Timestamp:
Nov 22, 2007, 2:59:24 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncapp.cpp

    r582 r583  
    250250    QDateTime datTim = QDateTime::currentDateTime().toUTC();
    251251
    252     QString ephFileNameGPS = _ephPath + "BNC_" +
     252    QString ephFileNameGPS = _ephPath + "BRDC" +
    253253               QString("%1").arg(datTim.date().dayOfYear(), 3, 10, QChar('0'));
    254254
     
    322322    }
    323323    else if (_rinexVers == 2) {
    324       QString ephFileNameGlonass = _ephPath + "BNC_" +
     324      QString ephFileNameGlonass = _ephPath + "BRDC" +
    325325          QString("%1").arg(datTim.date().dayOfYear(), 3, 10, QChar('0')) +
    326326          hlpStr + datTim.toString(".yyG");
Note: See TracChangeset for help on using the changeset viewer.