Changeset 3184 in ntrip for trunk/BNC/bncsp3.h


Ignore:
Timestamp:
Mar 29, 2011, 8:19:50 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncsp3.h

    r3181 r3184  
    1010class bncSP3 : public bncoutf {
    1111 public:
    12   bncSP3(const QString& prep, const QString& ext, const QString& path,
    13          const QString& intr, int sampl);
     12  bncSP3(const QString& sklFileName, const QString& intr, int sampl);
    1413  virtual ~bncSP3();
    15   virtual t_irc write(int GPSweek, double GPSweeks, const QString& prn,
    16                       const ColumnVector& xx, bool append);
     14  t_irc write(int GPSweek, double GPSweeks, const QString& prn,
     15              const ColumnVector& xx);
    1716
    1817 private:
Note: See TracChangeset for help on using the changeset viewer.