Changeset 4481 in ntrip for trunk/BNC/src/bncrinex.h


Ignore:
Timestamp:
Aug 3, 2012, 8:06:24 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncrinex.h

    r4406 r4481  
    3030
    3131#include "bncconst.h"
     32#include "rinex/rnxobsfile.h"
    3233
    3334class t_obs;
     
    6667   void closeFile();
    6768   t_irc downloadSkeleton();
    68    void writeObsTypes();
    6969
    7070   QByteArray    _statID;
     
    7272   QList<t_obs>  _obs;
    7373   std::ofstream _out;
    74    QStringList   _headerLines;
    7574   bool          _headerWritten;
    7675   QDateTime     _nextCloseEpoch;
     
    8786   QDate         _skeletonDate;
    8887   int           _rinexVers;
    89    bool          _reloadTable;
    90    bool          _reloadDone;
    9188   double        _approxPos[3];
    9289   int           _samplingRate;
     
    9794
    9895   QMap<char, QVector<QString> > _rnxTypes;
     96
     97   t_rnxObsHeader _header;
    9998};
    10099
Note: See TracChangeset for help on using the changeset viewer.