Changeset 10626 for trunk/FACT++


Ignore:
Timestamp:
05/09/11 20:10:31 (14 years ago)
Author:
tbretz
Message:
Connected enables for trigger lines.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/MainWindow.cc

    r10620 r10626  
    133133}
    134134
     135void on_fEnableTrigger_clicked(bool b)
     136{
     137    Dim::SendCommand("FTM_CONTROL/ENABLE_TRIGGER", b);
     138}
     139
     140void on_fEnableExt1_clicked(bool b)
     141{
     142    Dim::SendCommand("FTM_CONTROL/ENABLE_EXT1", b);
     143}
     144
     145void on_fEnableExt2_clicked(bool b)
     146{
     147    Dim::SendCommand("FTM_CONTROL/ENABLE_EXT2", b);
     148}
     149
     150void on_fEnableVeto_clicked(bool b)
     151{
     152    Dim::SendCommand("FTM_CONTROL/ENABLE_VETO", b);
     153}
     154
    135155void MainWindow::SetTriggerCoincidence()
    136156{
Note: See TracChangeset for help on using the changeset viewer.