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

Definition at line 3064 of file drivectrl.cc.

3065 {
3066  return Main::execute<T, StateMachineDrive<S, R>>(conf);
3067 }