Changeset 4591 in ntrip for trunk/BNC/src/rinex/reqcanalyze.h


Ignore:
Timestamp:
Aug 30, 2012, 12:14:37 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/rinex/reqcanalyze.h

    r4584 r4591  
    3636class t_availData {
    3737 public:
    38   QVector<double> _epoL1;
     38  QVector<double> _L1ok;
     39  QVector<double> _L2ok;
     40  QVector<double> _L1slip;
     41  QVector<double> _L2slip;
     42  QVector<double> _L1gap;
     43  QVector<double> _L2gap;
    3944};
    4045
Note: See TracChangeset for help on using the changeset viewer.