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

Definition at line 1623 of file cosyctrl.cc.

1624 {
1625  return Main::execute<T, StateMachineDrive<S, R>>(conf);
1626 }