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


Ignore:
Timestamp:
Jun 9, 2022, 5:10:10 PM (23 months ago)
Author:
stuerze
Message:

initial changes to consider RINEX Version 4 in future

File:
1 edited

Legend:

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

    r9635 r9760  
    163163    QLineEdit*     _sp3CompLogLineEdit;
    164164
    165     QCheckBox* _rnxV2CheckBox;
     165    QComboBox* _rnxVersComboBox;
    166166    QLineEdit* _rnxV2Priority;
    167     QCheckBox* _ephV2CheckBox;
     167    QComboBox* _ephVersComboBox;
    168168    QCheckBox* _rnxFileCheckBox;
    169169    QLineEdit* _rnxScrpLineEdit;
     
    173173    QComboBox* _ephIntrComboBox;
    174174    QComboBox* _corrIntrComboBox;
    175     QComboBox*  _rnxSamplComboBox;
    176     QComboBox*  _rnxSkelExtComboBox;
    177     QComboBox*  _outSamplComboBox;
     175    QComboBox* _rnxSamplComboBox;
     176    QComboBox* _rnxSkelExtComboBox;
     177    QComboBox* _outSamplComboBox;
    178178    QCheckBox* _rnxAppendCheckBox;
    179179    QCheckBox* _autoStartCheckBox;
Note: See TracChangeset for help on using the changeset viewer.