Changeset 11982 for trunk/FACT++/gui
- Timestamp:
- 09/06/11 12:49:44 (14 years ago)
- Location:
- trunk/FACT++/gui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/FACT++/gui/MainWindow.cc ¶
r11957 r11982 575 575 } 576 576 577 /* 577 578 void MainWindow::on_fBiasRequestStatus_clicked() 578 579 { … … 580 581 Dim::SendCommand("BIAS_CONTROL/REQUEST_STATUS"); 581 582 } 583 */ 582 584 583 585 void MainWindow::on_fBiasApplyReference_clicked() 584 586 { 585 587 if (!fInHandler) 586 Dim::SendCommand("BIAS_CONTROL/SET_GAPD_REFERENCE_VOLTAGE"); 588 Dim::SendCommand("BIAS_CONTROL/SET_GLOBAL_GAPD_REFERENCE_VOLTAGE"); 589 } 590 591 void MainWindow::on_fBiasApplyReferenceCh_clicked() 592 { 593 if (!fInHandler) 594 Dim::SendCommand("BIAS_CONTROL/SET_CHANNEL_GAPD_REFERENCE_VOLTAGE", 595 uint16_t(fBiasHvBoard->value()*32+fBiasHvChannel->value())); 587 596 } 588 597 -
TabularUnified trunk/FACT++/gui/MainWindow.h ¶
r11957 r11982 172 172 void on_fBiasCurrentMax_valueChanged(int); // FIXME: Could be set as slot in the designer 173 173 174 void on_fBiasRequestStatus_clicked();174 //void on_fBiasRequestStatus_clicked(); 175 175 void on_fBiasApply_clicked(); 176 176 void on_fBiasApplyGlobal_clicked(); 177 177 void on_fBiasApplyReference_clicked(); 178 void on_fBiasApplyReferenceCh_clicked(); 178 179 void on_fBiasSetToZero_clicked(); 179 180 void on_fBiasReset_clicked();
Note:
See TracChangeset
for help on using the changeset viewer.