Changeset 3633 in ntrip for trunk/BNC/pppopt.h


Ignore:
Timestamp:
Jan 22, 2012, 7:55:39 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/pppopt.h

    r3632 r3633  
    2626#define PPPOPT_H
    2727
     28#include <QtCore>
     29
    2830class t_pppOpt {
    2931 public:
     
    4143  double  refCrd[3];
    4244  double  antEccNEU[3];
    43   double  pppCorrMount;
    4445  double  maxSolGap;
    4546  double  quickStart;
    4647  double  corrSync;
     48  QString pppCorrMount;
    4749  QString nmeaFile;
    4850  QString antexFile;
Note: See TracChangeset for help on using the changeset viewer.