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


Ignore:
Timestamp:
Feb 22, 2011, 11:53:04 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrawfile.cpp

    r2543 r3004  
    4949// Constructor
    5050////////////////////////////////////////////////////////////////////////////
    51 bncRawFile::bncRawFile(const QByteArray& fileName, const QByteArray& format,
    52                        inpOutFlag ioFlg) {
     51bncRawFile::bncRawFile(const QByteArray& fileName, const QByteArray& staID,
     52                       const QByteArray& format, inpOutFlag ioFlg) {
     53
    5354  _fileName   = fileName; expandEnvVar(_fileName);
     55  _staID      = staID;
    5456  _format     = format;
    55   _staID      = fileName.mid(fileName.lastIndexOf(QDir::separator())+1,5); 
    5657  _inpFile    = 0;
    5758  _outFile    = 0;
Note: See TracChangeset for help on using the changeset viewer.