Changeset 12501
- Timestamp:
- 11/12/11 01:27:14 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r12437 r12501 835 835 } 836 836 837 return T::GetCurrentState(); 838 } 839 840 int StartDrsCalibration() 841 { 842 SetOutputFormat(kCalib); 843 return T::GetCurrentState(); 844 } 845 846 int ResetSecondaryDrsBaseline() 847 { 848 EventBuilderWrapper::ResetSecondaryDrsBaseline(); 837 849 return T::GetCurrentState(); 838 850 } … … 1781 1793 (""); 1782 1794 1795 T::AddEvent("START_DRS_CALIBRATION") 1796 (bind(&StateMachineFAD::StartDrsCalibration, this)) 1797 (""); 1798 1799 T::AddEvent("RESET_SECONDARY_DRS_BASELINE") 1800 (bind(&StateMachineFAD::ResetSecondaryDrsBaseline, this)) 1801 (""); 1802 1783 1803 T::AddEvent("LOAD_DRS_CALIBRATION", "C") 1784 1804 (bind(&StateMachineFAD::LoadDrsCalibration, this, placeholders::_1))
Note:
See TracChangeset
for help on using the changeset viewer.