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


Ignore:
Timestamp:
Mar 27, 2012, 6:27:15 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.h

    r3731 r3735  
    7878    void slotGetData();
    7979    void slotStartPostProcessing();
    80     void slotStartTeqcProcessing();
    8180    void slotFinishedPostProcessing();
    8281    void slotFinishedTeqcProcessing();
     
    101100    void populateUploadTable();
    102101    void enableWidget(bool enable, QWidget* widget);
     102    void startPostProcessingPPP();
     103    void startPostProcessingTeqc();
     104    void enablePostProcessing();
    103105
    104106    QMenu*     _menuHlp;
     
    113115    QAction*   _actGetData;
    114116    QAction*   _actPostProcessing;
    115     QAction*   _actTeqcProcessing;
    116117    QAction*   _actStop;
    117118    QAction*   _actAddMountPoints;
     
    242243
    243244    bncEphUploadCaster* _casterEph;
     245
     246    int _tabIndexPPP1;
     247    int _tabIndexPPP2;
     248    int _tabIndexTeqc;
     249    bool _postProcessingRunning;
    244250};
    245251#endif
Note: See TracChangeset for help on using the changeset viewer.