Changeset 10626 for trunk/FACT++
- Timestamp:
- 05/09/11 20:10:31 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/MainWindow.cc
r10620 r10626 133 133 } 134 134 135 void on_fEnableTrigger_clicked(bool b) 136 { 137 Dim::SendCommand("FTM_CONTROL/ENABLE_TRIGGER", b); 138 } 139 140 void on_fEnableExt1_clicked(bool b) 141 { 142 Dim::SendCommand("FTM_CONTROL/ENABLE_EXT1", b); 143 } 144 145 void on_fEnableExt2_clicked(bool b) 146 { 147 Dim::SendCommand("FTM_CONTROL/ENABLE_EXT2", b); 148 } 149 150 void on_fEnableVeto_clicked(bool b) 151 { 152 Dim::SendCommand("FTM_CONTROL/ENABLE_VETO", b); 153 } 154 135 155 void MainWindow::SetTriggerCoincidence() 136 156 {
Note:
See TracChangeset
for help on using the changeset viewer.