Changeset 854 in ntrip for trunk/BNS/bnsoutf.h


Ignore:
Timestamp:
Apr 25, 2008, 3:53:10 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bnsoutf.h

    r852 r854  
    66#include <QtCore>
    77
     8#include "bnsutils.h"
     9
    810class bnsoutf {
    911 public:
     
    1214  virtual ~bnsoutf();
    1315
    14   virtual void write(int GPSweek, double GPSweeks, const QString& prn,
    15                      const ColumnVector& xx);
     16  virtual t_irc write(int GPSweek, double GPSweeks, const QString& prn,
     17                      const ColumnVector& xx);
    1618
    1719 protected:
    1820  virtual void writeHeader(const QDateTime& datTim) = 0;
    1921  std::ofstream _out;
    20   int           _lastGPSweek;
    21   double        _lastGPSweeks;
    2222
    2323 private:
Note: See TracChangeset for help on using the changeset viewer.