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


Ignore:
Timestamp:
Aug 8, 2014, 10:35:08 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5815 r5861  
    5555class qtFileChooser;
    5656class bncMapWin;
    57 class t_postProcessing;
    5857
    5958namespace BNC_PPP {
     
    112111    void enableWidget(bool enable, QWidget* widget);
    113112    void startRealTime();
    114     void startPostProcessingPPP();
    115113    void startPostProcessingReqc();
    116114    void enableStartStop();
     
    148146    QLineEdit* _miscMountLineEdit;
    149147    QLineEdit* _miscPortLineEdit;
    150     QLineEdit* _pppMountLineEdit;
    151     QLineEdit* _pppCorrMountLineEdit;
    152     QLineEdit* _pppNMEALineEdit;
    153     QLineEdit* _pppNMEAPortLineEdit;
    154     QLineEdit* _pppSigCLineEdit;
    155     QLineEdit* _pppSigPLineEdit;
    156     QLineEdit* _pppSigCrd0;
    157     QLineEdit* _pppSigCrdP;
    158     QLineEdit* _pppSigTrp0;
    159     QLineEdit* _pppSigTrpP;
    160     QLineEdit* _pppSync;
    161     QLineEdit* _pppAverageLineEdit;
    162     QLineEdit* _pppQuickStartLineEdit;
    163     QLineEdit* _pppMaxSolGapLineEdit;
    164     QLineEdit* _pppAudioResponseLineEdit;
    165     QLineEdit* _pppRefCrdXLineEdit;
    166     QLineEdit* _pppRefCrdYLineEdit;
    167     QLineEdit* _pppRefCrdZLineEdit;
    168     QLineEdit* _pppRefdNLineEdit;
    169     QLineEdit* _pppRefdELineEdit;
    170     QLineEdit* _pppRefdULineEdit;
    171     QCheckBox* _pppPlotCoordinates;
    172     QCheckBox* _pppUsePhaseCheckBox;
    173     QCheckBox* _pppEstTropoCheckBox;
    174     QCheckBox* _pppGLONASSCheckBox;
    175     QCheckBox* _pppGalileoCheckBox;
    176     QLineEdit* _pppAntennaLineEdit;
    177     qtFileChooser* _pppAntexFileChooser;
    178 
    179     qtFileChooser* _postObsFileChooser;
    180     qtFileChooser* _postNavFileChooser;
    181     qtFileChooser* _postCorrFileChooser;
    182     QLineEdit*     _postOutLineEdit;
    183148
    184149    QComboBox*     _reqcActionComboBox;
     
    198163    QLineEdit* _logFileLineEdit;
    199164    QLineEdit* _rawOutFileLineEdit;
    200     QComboBox* _pppSPPComboBox;
    201165    QComboBox* _rnxIntrComboBox;
    202166    QComboBox* _ephIntrComboBox;
     
    265229    bool _realTimeRunning;
    266230    bool _runningRealTime;
    267     bool _runningPostProcessingPPP;
    268231    bool _runningPostProcessingReqc;
    269     t_postProcessing* _postProcessing;
    270232
    271233    QPushButton*         _mapWinButton;
    272234    QRadioButton*        _gmRadioButton;
     235    QCheckBox*           _pppPlotCoordinates;
    273236    QRadioButton*        _osmRadioButton;
    274237    QComboBox*           _mapWinDotColorComboBox;
    275238    QSlider*             _mapSpeedSlider;
    276239    bncMapWin*           _mapWin;
     240
    277241    QList<bncGetThread*> _threads;
    278242
Note: See TracChangeset for help on using the changeset viewer.