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

Go to Nightly Write Error State.

Definition at line 1970 of file datalogger.cc.

References CompileFileNameWithPath(), CreateFitsGrouping(), MessageImp::Debug(), MessageImp::Error(), StateMachineImp::GetCurrentState(), GoToRunWriteErrorState(), i, MessageImp::Info(), kSM_DailyWriteError, StateMachineDim::SetCurrentState(), and str.

Referenced by Start().

1971 {
1973  SetCurrentState(kSM_DailyWriteError, "GoToNightlyWriteErrorState");
1974 }
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
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: