Changeset 10791 in ntrip for trunk/BNC/src/rinex


Ignore:
Timestamp:
Dec 3, 2025, 5:37:16 PM (4 months ago)
Author:
mervart
Message:

BNC Multifrequency and PPPAR Client (initial version)

Location:
trunk/BNC/src/rinex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/corrfile.cpp

    r10599 r10791  
    4949////////////////////////////////////////////////////////////////////////////
    5050t_corrFile::t_corrFile(QString fileName) {
     51  _name = fileName;
    5152  expandEnvVar(fileName);
    5253  _stream.open(fileName.toLatin1().data());
  • trunk/BNC/src/rinex/corrfile.h

    r7169 r10791  
    4040  void syncRead(const bncTime& tt);
    4141  const QMap<QString, unsigned int>& corrIODs() const {return _corrIODs;}
     42  const QString& name() const {return _name;}
    4243
    4344 signals:
     
    4950
    5051 private:
     52  QString                     _name;
    5153  std::ifstream               _stream;
    5254  std::string                 _lastLine;
Note: See TracChangeset for help on using the changeset viewer.