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


Ignore:
Timestamp:
Jun 24, 2012, 4:06:05 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r4338 r4342  
    4545 signals:
    4646  void finished();
    47   void displayGraph();
     47  void displayGraph(QVector<t_polarPoint*>*, QVector<t_polarPoint*>*);
    4848   
    4949 private slots:
    50   void slotDisplayGraph();
     50  void slotDisplayGraph(QVector<t_polarPoint*>*, QVector<t_polarPoint*>*);
    5151
    5252 public:
     
    7373      }
    7474    }
    75     void addObs(const t_eph* eph, const t_obs& obs);
     75    void addObs(const t_obs& obs, const t_eph* eph, const ColumnVector& xyz);
    7676    QVector<t_anaObs*> anaObs;
    7777  };
     
    8888  QMap<QString, t_satStat> _satStat;
    8989  t_rnxObsFile::t_rnxEpo*  _currEpo;
    90   QVector<t_polarPoint*>*  _dataMP1;
    91   QVector<t_polarPoint*>*  _dataMP2;
    9290};
    9391
Note: See TracChangeset for help on using the changeset viewer.