#include <string>#include <boost/program_options.hpp>#include <rtt/rtt-config.h>

Go to the source code of this file.
Namespaces | |
| OCL | |
Functions | |||||||||||||||||||
prior to calling | |||||||||||||||||||
Parse the command line arguments for a deployer program The caller can set defaults for and this function. If the user requests a log level for RTT::Logger, then the logging level is set internally by this function. If the user requests help, then the function displays the help and returns a non-0 value. Any error causes the program usage to be displayed, and a non-0 return value.
| |||||||||||||||||||
| int | OCL::deployerParseCmdLine (int argc, char **argv, std::string &siteFile, std::vector< std::string > &scriptFiles, std::string &name, bool &requireNameService, bool &deploymentOnlyChecked, int &minNumberCPU, boost::program_options::variables_map &vm, boost::program_options::options_description *otherOptions=NULL) | ||||||||||||||||||
| int | OCL::enforceMinNumberCPU (const int minNumberCPU) | ||||||||||||||||||