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


Ignore:
Timestamp:
Oct 31, 2014, 6:12:41 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r6270 r6272  
    3333
    3434class t_polarPoint;
     35
     36class t_plotData {
     37 public:
     38  QVector<double> _mjdX24;
     39  QVector<double> _PDOP;
     40  QVector<double> _L1ok;
     41  QVector<double> _L2ok;
     42  QVector<double> _L1slip;
     43  QVector<double> _L2slip;
     44  QVector<double> _L1gap;
     45  QVector<double> _L2gap;
     46  QVector<double> _eleDeg;
     47};
    3548
    3649class t_qcObs {
Note: See TracChangeset for help on using the changeset viewer.