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

Definition at line 507 of file agilentctrl.cc.

508 {
509  return Main::execute<T, StateMachineAgilent<S, R>>(conf);
510 }