Changeset 5686 in ntrip for trunk/BNC/src/bncwindow.h


Ignore:
Timestamp:
Jul 29, 2014, 2:33:51 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5680 r5686  
    5555class bncMapWin;
    5656class t_postProcessing;
     57
     58class t_pppWidgets {
     59 public:
     60  t_pppWidgets();
     61  QComboBox*     _dataSource;
     62  qtFileChooser* _rinexObs;
     63  qtFileChooser* _rinexNav;
     64  QLineEdit*     _corrHostPort; 
     65  qtFileChooser* _corrFile; 
     66  qtFileChooser* _crdFile;
     67  qtFileChooser* _antexFile;
     68  QLineEdit*     _logFile;
     69  QLineEdit*     _nmeaFile;
     70  QLineEdit*     _nmeaPort;
     71  QTableWidget*  _staTable;
     72  QComboBox*     _lcGPS;
     73  QComboBox*     _lcGLONASS;
     74  QComboBox*     _lcGalileo;
     75  QLineEdit*     _sigmaC1;
     76  QLineEdit*     _sigmaC2;
     77  QSpinBox*      _corrWaitTime;
     78};
    5779
    5880class bncWindow : public QMainWindow {
     
    273295    QList<bncGetThread*> _threads;
    274296
     297    t_pppWidgets         _pppWidgets;
    275298};
    276299
Note: See TracChangeset for help on using the changeset viewer.