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


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

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.h

    r3735 r3736  
    7878    void slotGetData();
    7979    void slotStartPostProcessing();
    80     void slotFinishedPostProcessing();
    81     void slotFinishedTeqcProcessing();
     80    void slotFinishedPostProcessingPPP();
     81    void slotFinishedPostProcessingTeqc();
    8282    void slotStop();
    8383    void slotNewMountPoints(QStringList* mountPoints);
     
    9191    void slotDelUploadRow();
    9292    void slotSetUploadTrafo();
     93    void slotEnablePostProcessing();
    9394
    9495  protected:
     
    102103    void startPostProcessingPPP();
    103104    void startPostProcessingTeqc();
    104     void enablePostProcessing();
    105105
    106106    QMenu*     _menuHlp;
     
    247247    int _tabIndexPPP2;
    248248    int _tabIndexTeqc;
    249     bool _postProcessingRunning;
     249    bool _postProcessingRunningPPP;
     250    bool _postProcessingRunningTeqc;
    250251};
    251252#endif
Note: See TracChangeset for help on using the changeset viewer.