Changeset 7521 in ntrip for trunk/BNC/src/bncsinextro.h


Ignore:
Timestamp:
Oct 19, 2015, 12:53:07 PM (9 years ago)
Author:
stuerze
Message:

minor changes to allow sinex troposphere file writing in version 2.0

File:
1 edited

Legend:

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

    r6653 r7521  
    1010#include "bncversion.h"
    1111#include "pppOptions.h"
     12#include "bncsettings.h"
     13#include "bncantex.h"
    1214
    1315using namespace BNC_PPP;
     
    2628  virtual void closeFile();
    2729  QString _roverName;
    28   int     _sampl;
     30  int _sampl;
    2931  const t_pppOptions*  _opt;
     32  bncAntex* _antex;
     33  double _antPCO[t_frequency::max];
    3034};
    3135
Note: See TracChangeset for help on using the changeset viewer.