Changeset 3892 in ntrip
- Timestamp:
- Apr 17, 2012, 9:36:37 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.h
r3824 r3892 78 78 void slotStart(); 79 79 void slotFinishedPostProcessingPPP(); 80 void slotFinishedPostProcessing Teqc();80 void slotFinishedPostProcessingReqc(); 81 81 void slotStop(); 82 82 void slotNewMountPoints(QStringList* mountPoints); … … 90 90 void slotDelUploadRow(); 91 91 void slotSetUploadTrafo(); 92 void slot TeqcEditOption();92 void slotReqcEditOption(); 93 93 94 94 protected: … … 102 102 void startRealTime(); 103 103 void startPostProcessingPPP(); 104 void startPostProcessing Teqc();104 void startPostProcessingReqc(); 105 105 void enableStartStop(); 106 106 … … 168 168 QLineEdit* _postOutLineEdit; 169 169 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; 177 177 178 178 QCheckBox* _rnxV3CheckBox; … … 249 249 bool _runningRealTime; 250 250 bool _runningPostProcessingPPP; 251 bool _runningPostProcessing Teqc;251 bool _runningPostProcessingReqc; 252 252 }; 253 253 #endif
Note:
See TracChangeset
for help on using the changeset viewer.