Changeset 3548 in ntrip for trunk/BNC/bncrawfile.cpp


Ignore:
Timestamp:
Dec 23, 2011, 11:08:50 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrawfile.cpp

    r3544 r3548  
    5555  _fileName   = fileName; expandEnvVar(_fileName);
    5656  _format     = "unset";
     57  _staID      = staID;
    5758  _inpFile    = 0;
    5859  _outFile    = 0;
     
    7273  // ---------------------
    7374  else {   
    74     _staID = staID;
    7575    QDate currDate = currentDateAndTimeGPS().date();
    7676    _currentFileName = _fileName + "_" + currDate.toString("yyMMdd");
Note: See TracChangeset for help on using the changeset viewer.