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

Definition at line 453 of file magicweather.cc.

454 {
455  return Main::execute<T, StateMachineWeather<S, R>>(conf);
456 }