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

Definition at line 883 of file fscctrl.cc.

884 {
885  return Main::execute<T, StateMachineFSC<S, R>>(conf);
886 }