613 if (!conf.DoParse(argc, argv,
PrintHelp))
619 if (!conf.Has(
"console"))
621 if (conf.Get<
bool>(
"no-dim"))
622 return RunShell<LocalStream, StateMachine, ConnectionGCN>(conf);
624 return RunShell<LocalStream, StateMachineDim, ConnectionDimGCN>(conf);
627 if (conf.Get<
bool>(
"no-dim"))
629 if (conf.Get<
int>(
"console")==0)
630 return RunShell<LocalShell, StateMachine, ConnectionGCN>(conf);
632 return RunShell<LocalConsole, StateMachine, ConnectionGCN>(conf);
636 if (conf.Get<
int>(
"console")==0)
637 return RunShell<LocalShell, StateMachineDim, ConnectionDimGCN>(conf);
639 return RunShell<LocalConsole, StateMachineDim, ConnectionDimGCN>(conf);
void SetupConfiguration(Configuration &conf)
Commandline parsing, resource file parsing and database access.
void SetupConfiguration(Configuration &conf)