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

Definition at line 545 of file tngweather.cc.

546 {
547  return Main::execute<T, StateMachineWeather<S, R>>(conf);
548 }