Changeset 18529 for trunk


Ignore:
Timestamp:
08/01/16 10:28:47 (8 years ago)
Author:
tbretz
Message:
Added some missing command descriptions pointed out by Dominik
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fadctrl.cc

    r18115 r18529  
    19051905        T::AddEvent("TOGGLE", "S:1", FAD::State::kDisconnected, FAD::State::kConnecting, FAD::State::kConnected)
    19061906            (bind(&StateMachineFAD::ToggleSlot, this, placeholders::_1))
    1907             ("");
     1907            ("Toggle the status of a slot.");
    19081908
    19091909        T::AddEvent("SET_FILE_FORMAT", "S:1")
    19101910            (bind(&StateMachineFAD::SetFileFormat, this, placeholders::_1))
    1911             ("");
     1911            ("Set the output file format (see FAD::FileFormat_t)");
    19121912
    19131913        T::AddEvent("START_DRS_CALIBRATION")
    19141914            (bind(&StateMachineFAD::StartDrsCalibration, this))
    1915             ("");
     1915            ("Start a drs calibration (shortcut for SET_FILEFORMAT 4)");
    19161916
    19171917        T::AddEvent("RESET_SECONDARY_DRS_BASELINE")
    19181918            (bind(&StateMachineFAD::ResetSecondaryDrsBaseline, this))
    1919             ("");
     1919            ("Reset the secondary drs baseline (e.g. to change roi)");
    19201920
    19211921        T::AddEvent("LOAD_DRS_CALIBRATION", "C")
Note: See TracChangeset for help on using the changeset viewer.