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


Ignore:
Timestamp:
Apr 28, 2016, 1:04:18 PM (8 years ago)
Author:
stuerze
Message:

BNC's ephemeris upload is extended to allows an upload of more than one stream and to choose a single satellite system

File:
1 edited

Legend:

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

    r7513 r7889  
    6565    void AddToolbar();
    6666
    67   public slots: 
     67  public slots:
    6868    void slotMountPointsRead(QList<bncGetThread*>);
    6969    void slotBncTextChanged();
     
    9191    void slotAddUploadRow();
    9292    void slotDelUploadRow();
     93    void slotAddUploadEphRow();
     94    void slotDelUploadEphRow();
    9395    void slotSetUploadTrafo();
    9496    void slotReqcEditOption();
     
    104106    void populateCmbTable();
    105107    void populateUploadTable();
     108    void populateUploadEphTable();
    106109    void enableWidget(bool enable, QWidget* widget);
    107110    void startRealTime();
     
    116119    QAction*   _actFontSel;
    117120    QAction*   _actSaveOpt;
    118     QAction*   _actQuit; 
     121    QAction*   _actQuit;
    119122    QAction*   _actMapMountPoints;
    120123    QAction*   _actStart;
     
    221224    qtFileChooser* _uploadAntexFile;
    222225
    223     QLineEdit*       _uploadEphHostLineEdit;
    224     QLineEdit*       _uploadEphPortLineEdit;
    225     QLineEdit*       _uploadEphPasswordLineEdit;
    226     QLineEdit*       _uploadEphMountpointLineEdit;
    227     QSpinBox*        _uploadEphSampleSpinBox;
    228     bncBytesCounter* _uploadEphBytesCounter;
     226    QTableWidget*  _uploadEphTable;
     227    QSpinBox*      _uploadSamplRtcmEphSpinBox;
    229228
    230229    bncCaster*          _caster;
     
    237236    bool _runningSp3Comp;
    238237
    239     bool running() {return _runningRealTime || _runningPPP || _runningEdit || 
     238    bool running() {return _runningRealTime || _runningPPP || _runningEdit ||
    240239                    _runningQC || _runningSp3Comp;}
    241240
     
    253252 Q_INTERFACES(GnssCenter::t_pluginFactoryInterface)
    254253 public:
    255   virtual QWidget* create() {return new bncWindow();} 
     254  virtual QWidget* create() {return new bncWindow();}
    256255  virtual QString getName() const {return QString("BNC");}
    257256};
Note: See TracChangeset for help on using the changeset viewer.