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

Definition at line 662 of file lidctrl.cc.

663 {
664  return Main::execute<T, StateMachineLidControl<S, R>>(conf);
665 }