25 #include <tclap/CmdLine.h>
26 #include <QApplication>
33 int ParexNodeMode::operator()(
int argc,
char** argv)
35 QCoreApplication app(argc, argv,
false);
37 TCLAP::CmdLine cmdLine(
"SimPT Parex Node");
38 TCLAP::SwitchArg quietArg(
"q",
"quiet",
"Quiet mode (no output)", cmdLine,
false);
39 cmdLine.parse(argc, argv);
41 const bool verbose = !quietArg.getValue();
Interface/Implementation for the exec modes.
Namespace for startup modes for simPT tools.
Interface for the Simulator.
Broadcasts location on the network, then listens to incoming connections.
Interface for WorkerNode.
Simulator handling requested simulation tasks.
Namespace for SimPT parameter explorer package.