Changeset 3731 in ntrip for trunk/BNC/bncwindow.h


Ignore:
Timestamp:
Mar 24, 2012, 5:26:51 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.h

    r3730 r3731  
    7878    void slotGetData();
    7979    void slotStartPostProcessing();
     80    void slotStartTeqcProcessing();
    8081    void slotFinishedPostProcessing();
     82    void slotFinishedTeqcProcessing();
    8183    void slotStop();
    8284    void slotNewMountPoints(QStringList* mountPoints);
     
    111113    QAction*   _actGetData;
    112114    QAction*   _actPostProcessing;
     115    QAction*   _actTeqcProcessing;
    113116    QAction*   _actStop;
    114117    QAction*   _actAddMountPoints;
     
    164167    QLineEdit*     _postOutLineEdit;
    165168
     169    qtFileChooser* _teqcObsFileChooser;
     170    qtFileChooser* _teqcNavFileChooser;
     171    qtFileChooser* _teqcCorrFileChooser;
     172    QLineEdit*     _teqcOutLineEdit;
     173
    166174    QCheckBox* _rnxV3CheckBox;
    167175    QCheckBox* _ephV3CheckBox;
     
    171179    QLineEdit* _rawOutFileLineEdit;
    172180    QComboBox* _pppSPPComboBox;
    173     QComboBox* _postProcComboBox;
     181    QComboBox* _teqcActionComboBox;
    174182    QComboBox* _rnxIntrComboBox;
    175183    QComboBox* _ephIntrComboBox;
Note: See TracChangeset for help on using the changeset viewer.