FACT++  1.0
template<class T , class S >
int StateMachineDrive< T, S >::ReloadSources ( )
inlineprivate

Definition at line 2293 of file drivectrl.cc.

References Error().

2294  {
2295  try
2296  {
2297  ReadDatabase();
2298  }
2299  catch (const exception &e)
2300  {
2301  T::Error("Reading sources from databse failed: "+string(e.what()));
2302  }
2303  return T::GetCurrentState();
2304  }
void ReadDatabase(bool print=true)
Definition: cosyctrl.cc:1507
Error()
Definition: HeadersFTM.h:197

+ Here is the call graph for this function: