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

Definition at line 488 of file pwrctrl.cc.

489 {
490  return Main::execute<T, StateMachinePowerControl<S, R>>(conf);
491 }