Changeset 10791 in ntrip for trunk/BNC/src/pppWidgets.h


Ignore:
Timestamp:
Dec 3, 2025, 5:37:16 PM (3 days ago)
Author:
mervart
Message:

BNC Multifrequency and PPPAR Client (initial version)

File:
1 edited

Legend:

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

    r10251 r10791  
    3838
    3939class t_pppWidgets : public QObject {
    40  Q_OBJECT
     40  Q_OBJECT
    4141
    42  public:
     42public:
    4343  t_pppWidgets();
    4444  ~t_pppWidgets();
     
    4949  qtFileChooser* _rinexNav;
    5050  QLineEdit*     _corrMount;
     51  QLineEdit*     _biasMount;
    5152  QLineEdit*     _ionoMount;
    5253  qtFileChooser* _corrFile;
     54  qtFileChooser* _biasFile;
    5355  qtFileChooser* _ionoFile;
    5456  qtFileChooser* _crdFile;
     
    5658  qtFileChooser* _blqFile;
    5759  QLineEdit*     _logPath;
     60  QComboBox*     _logMode;
    5861  QLineEdit*     _nmeaPath;
    5962  QLineEdit*     _snxtroPath;
     
    9396  QSlider*       _mapSpeedSlider;
    9497
    95  private slots:
     98  QCheckBox*     _arGPS;
     99  QCheckBox*     _arGalileo;
     100  QCheckBox*     _arBDS;
     101  QSpinBox*      _arMinNumEpo;
     102  QSpinBox*      _arMinNumSat;
     103  QCheckBox*     _arUseYaw;
     104  QLineEdit*     _arMaxFrac;
     105  QLineEdit*     _arMaxSig;
     106
     107private slots:
    96108  void slotEnableWidgets();
    97109  void slotAddStation();
     
    99111  void slotPPPTextChanged();
    100112
    101  private:
     113private:
    102114  void readOptions();
    103115  QList <QWidget*> _widgets;
Note: See TracChangeset for help on using the changeset viewer.