Changeset 970 in ntrip for trunk/BNC/RTCM3/RTCM3coDecoder.cpp


Ignore:
Timestamp:
Jul 26, 2008, 9:39:22 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/RTCM3/RTCM3coDecoder.cpp

    r938 r970  
    5151// Constructor
    5252////////////////////////////////////////////////////////////////////////////
    53 RTCM3coDecoder::RTCM3coDecoder(const QString& fileName) {
     53RTCM3coDecoder::RTCM3coDecoder(const QString& staID) {
     54
     55  _staID = staID;
    5456
    5557  // File Output
     
    6264      path += QDir::separator();
    6365    }
    64     _fileNameSkl = path + fileName;
     66    _fileNameSkl = path + staID;
    6567  }
    6668  _out = 0;
Note: See TracChangeset for help on using the changeset viewer.