Changeset 3892 in ntrip


Ignore:
Timestamp:
Apr 17, 2012, 9:36:37 AM (12 years ago)
Author:
weber
Message:

teqc changed to reqc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.h

    r3824 r3892  
    7878    void slotStart();
    7979    void slotFinishedPostProcessingPPP();
    80     void slotFinishedPostProcessingTeqc();
     80    void slotFinishedPostProcessingReqc();
    8181    void slotStop();
    8282    void slotNewMountPoints(QStringList* mountPoints);
     
    9090    void slotDelUploadRow();
    9191    void slotSetUploadTrafo();
    92     void slotTeqcEditOption();
     92    void slotReqcEditOption();
    9393
    9494  protected:
     
    102102    void startRealTime();
    103103    void startPostProcessingPPP();
    104     void startPostProcessingTeqc();
     104    void startPostProcessingReqc();
    105105    void enableStartStop();
    106106
     
    168168    QLineEdit*     _postOutLineEdit;
    169169
    170     QComboBox*     _teqcActionComboBox;
    171     QPushButton*   _teqcEditOptionButton;
    172     qtFileChooser* _teqcObsFileChooser;
    173     qtFileChooser* _teqcNavFileChooser;
    174     QLineEdit*     _teqcOutObsLineEdit;
    175     QLineEdit*     _teqcOutNavLineEdit;
    176     QLineEdit*     _teqcOutLogLineEdit;
     170    QComboBox*     _reqcActionComboBox;
     171    QPushButton*   _reqcEditOptionButton;
     172    qtFileChooser* _reqcObsFileChooser;
     173    qtFileChooser* _reqcNavFileChooser;
     174    QLineEdit*     _reqcOutObsLineEdit;
     175    QLineEdit*     _reqcOutNavLineEdit;
     176    QLineEdit*     _reqcOutLogLineEdit;
    177177
    178178    QCheckBox* _rnxV3CheckBox;
     
    249249    bool _runningRealTime;
    250250    bool _runningPostProcessingPPP;
    251     bool _runningPostProcessingTeqc;
     251    bool _runningPostProcessingReqc;
    252252};
    253253#endif
Note: See TracChangeset for help on using the changeset viewer.