Changeset 850 in ntrip for trunk/BNS/bnsrinex.h


Ignore:
Timestamp:
Apr 25, 2008, 12:17:27 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsrinex.h

    r847 r850  
    66#include <QtCore>
    77
    8 class bnsRinex {
     8#include "bnsoutf.h"
     9
     10class bnsRinex : public bnsoutf {
    911 public:
    10    bnsRinex();
    11    ~bnsRinex();
    12    void write(int GPSweek, double GPSweeks, const QString& prn,
    13               const ColumnVector& xx);
     12  bnsRinex(const QString& prep, const QString& ext, const QString& path,
     13           const QString& intr, int sampl);
     14  virtual ~bnsRinex();
     15  virtual void write(int GPSweek, double GPSweeks, const QString& prn,
     16                     const ColumnVector& xx);
     17
    1418 private:
     19  virtual void writeHeader(const QDateTime& datTim);
    1520};
    1621
Note: See TracChangeset for help on using the changeset viewer.