Changeset 849 in ntrip for trunk/BNS/bnssp3.h


Ignore:
Timestamp:
Apr 25, 2008, 11:44:33 AM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnssp3.h

    r848 r849  
    88class bnsSP3 {
    99 public:
    10    bnsSP3();
    11    ~bnsSP3();
    12    void write(int GPSweek, double GPSweeks, const QString& prn,
    13               const ColumnVector& xx);
     10  bnsSP3();
     11  ~bnsSP3();
     12  void write(int GPSweek, double GPSweeks, const QString& prn,
     13             const ColumnVector& xx);
     14
     15  static QString nextEpochStr(const QDateTime& datTim,
     16                              const QString& intStr,
     17                              QDateTime* nextEpoch = 0);
     18
    1419 private:
     20  void resolveFileName(const QDateTime& datTim);
     21  void writeHeader(const QDateTime& datTim);
     22  void closeFile();
     23
     24  int           _samplingRate;
     25  bool          _headerWritten;
     26  QDateTime     _nextCloseEpoch;
     27  std::ofstream _out;
     28  QString       _path;
     29  QString       _intr;
     30  QString       _ext;
     31  QString       _ID4;
     32  QByteArray    _fName;
    1533};
    1634
Note: See TracChangeset for help on using the changeset viewer.