Changeset 3528 in ntrip for trunk/BNC/bncrinex.h


Ignore:
Timestamp:
Dec 16, 2011, 5:23:35 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.h

    r3525 r3528  
    2626#define BNCRINEX_H
    2727
    28 #include <QByteArray>
    29 #include <QDateTime>
    30 #include <QList>
    31 
     28#include <QtCore>
    3229#include <fstream>
    3330
    3431#include "bncconst.h"
    35 #include "RTCM/GPSDecoder.h"
     32
     33class t_obs;
    3634
    3735class bncRinex {
     
    4745                               const QString& intStr,
    4846                               QDateTime* nextEpoch = 0);
     47
     48   int samplingRate() const {return _samplingRate;}
    4949
    5050   void setApproxPos(double stax, double stay, double staz) {
     
    9090   bool          _reloadDone;
    9191   double        _approxPos[3];
     92   int           _samplingRate;
    9293
    9394   QMap<QString, int>  _slip_cnt_L1;
Note: See TracChangeset for help on using the changeset viewer.