Changeset 12119 for trunk/FACT++/src
- Timestamp:
- 09/16/11 20:32:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/datalogger.cc
r12118 r12119 805 805 ("Transition to exit error states. Closes the any open file."); 806 806 807 AddEvent(kSM_WaitingRun, "WAIT_FOR_RUN_NUMBER", kSM_ NightlyOpen, kSM_Ready)807 AddEvent(kSM_WaitingRun, "WAIT_FOR_RUN_NUMBER", kSM_Logging, kSM_NightlyOpen, kSM_Ready) 808 808 (bind(&DataLogger::NightlyToWaitRunPlease, this)) 809 809 ("Go to waiting for run number state. In this state with any received run-number a new file is opened."); … … 2249 2249 { 2250 2250 int cState = GetCurrentState(); 2251 2252 if (cState == kSM_Logging) 2253 StopRunPlease(); 2251 2254 if (cState == kSM_Ready) 2252 2255 cState = StartPlease();
Note:
See TracChangeset
for help on using the changeset viewer.