Changeset 18529 for trunk/FACT++
- Timestamp:
- 08/01/16 10:28:47 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r18115 r18529 1905 1905 T::AddEvent("TOGGLE", "S:1", FAD::State::kDisconnected, FAD::State::kConnecting, FAD::State::kConnected) 1906 1906 (bind(&StateMachineFAD::ToggleSlot, this, placeholders::_1)) 1907 (" ");1907 ("Toggle the status of a slot."); 1908 1908 1909 1909 T::AddEvent("SET_FILE_FORMAT", "S:1") 1910 1910 (bind(&StateMachineFAD::SetFileFormat, this, placeholders::_1)) 1911 (" ");1911 ("Set the output file format (see FAD::FileFormat_t)"); 1912 1912 1913 1913 T::AddEvent("START_DRS_CALIBRATION") 1914 1914 (bind(&StateMachineFAD::StartDrsCalibration, this)) 1915 (" ");1915 ("Start a drs calibration (shortcut for SET_FILEFORMAT 4)"); 1916 1916 1917 1917 T::AddEvent("RESET_SECONDARY_DRS_BASELINE") 1918 1918 (bind(&StateMachineFAD::ResetSecondaryDrsBaseline, this)) 1919 (" ");1919 ("Reset the secondary drs baseline (e.g. to change roi)"); 1920 1920 1921 1921 T::AddEvent("LOAD_DRS_CALIBRATION", "C")
Note:
See TracChangeset
for help on using the changeset viewer.