22 #include <boost/functional/value_factory.hpp>
27 using namespace Modes;
32 static const std::string default_mode;
33 static const std::string application_name;
38 make_pair(
"client", boost::value_factory<ParexClientMode>()),
39 make_pair(
"server", boost::value_factory<ParexServerMode>()),
40 make_pair(
"node", boost::value_factory<ParexNodeMode>())
43 const std::string parex::default_mode =
"client";
44 const std::string parex::application_name =
"simPT_parex";
48 int main(
int argc,
char** argv)
Implementation for the mode manager.
Namespace for startup modes for simPT tools.
Factory produces functions that start the different modes of the various executables.