FACT++  1.0
void DataLogger::GoToRunWriteErrorState ( )
private

Goes to Write error states.

Go to Run Write Error State.

Definition at line 1960 of file datalogger.cc.

References StateMachineImp::GetCurrentState(), kSM_DailyWriteError, kSM_RunWriteError, and StateMachineDim::SetCurrentState().

Referenced by GoToNightlyWriteErrorState(), and Start().

1961 {
1962  if ((GetCurrentState() != kSM_RunWriteError) &&
1964  SetCurrentState(kSM_RunWriteError, "GoToRunWriteErrorState");
1965 }
int GetCurrentState() const
return the current state of the machine
Denots that an error occured while writing a daily file (text or fits).
Definition: datalogger.cc:190
Denotes that an error occured while writing a run file (text or fits).
Definition: datalogger.cc:189
std::string SetCurrentState(int state, const char *txt="", const std::string &cmd="")

+ Here is the call graph for this function:

+ Here is the caller graph for this function: