FACT++  1.0
template<class T , class S , class R >
int RunShell ( Configuration conf)

Definition at line 2724 of file ftmctrl.cc.

2725 {
2726  return Main::execute<T, StateMachineFTM<S, R>>(conf);
2727 }