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

Definition at line 411 of file temperature.cc.

412 {
413  return Main::execute<T, StateMachinePowerControl<S, R>>(conf);
414 }