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


Ignore:
Timestamp:
Apr 5, 2012, 11:52:26 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.h

    r3740 r3782  
    7676    void slotSaveOptions();
    7777    void slotAddMountPoints();
    78     void slotGetData();
    79     void slotStartPostProcessing();
     78    void slotStart();
    8079    void slotFinishedPostProcessingPPP();
    8180    void slotFinishedPostProcessingTeqc();
     
    9190    void slotDelUploadRow();
    9291    void slotSetUploadTrafo();
    93     void slotEnablePostProcessing();
    9492    void slotTeqcEditOption();
    9593
     
    102100    void populateUploadTable();
    103101    void enableWidget(bool enable, QWidget* widget);
     102    void startRealTime();
    104103    void startPostProcessingPPP();
    105104    void startPostProcessingTeqc();
     
    114113    QAction*   _actSaveOpt;
    115114    QAction*   _actQuit;
    116     QAction*   _actGetData;
    117     QAction*   _actPostProcessing;
     115    QAction*   _actStart;
    118116    QAction*   _actStop;
    119117    QAction*   _actAddMountPoints;
     
    248246    int _tabIndexPPP2;
    249247    int _tabIndexTeqc;
    250     bool _postProcessingRunningPPP;
    251     bool _postProcessingRunningTeqc;
     248    bool _realTimeRunning;
     249    bool _runningRealTime;
     250    bool _runningPostProcessingPPP;
     251    bool _runningPostProcessingTeqc;
    252252};
    253253#endif
Note: See TracChangeset for help on using the changeset viewer.