#include "deployer-funcs.hpp"
#include <rtt/Logger.hpp>
#include <cstdio>
#include <iostream>
#include <sstream>
#include <string>
#include <functional>
#include <boost/program_options.hpp>
#include <boost/program_options/positional_options.hpp>
#include <boost/assign/list_of.hpp>
#include <boost/algorithm/string/case_conv.hpp>
Go to the source code of this file.
Namespaces | |||||||||||||||||||
namespace | OCL | ||||||||||||||||||
Defines | |||||||||||||||||||
#define | ORO_str(s) #s | ||||||||||||||||||
#define | ORO_xstr(s) ORO_str(s) | ||||||||||||||||||
Functions | |||||||||||||||||||
int | OCL::deployerParseCmdLine (int argc, char **argv, std::string &siteFile, std::vector< std::string > &scriptFiles, std::string &name, bool &requireNameService, bool &deploymentOnlyChecked, int &minNumberCPU, po::variables_map &vm, po::options_description *otherOptions) | ||||||||||||||||||
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::enforceMinNumberCPU (const int minNumberCPU) | ||||||||||||||||||
Variables | |||||||||||||||||||
std::map< std::string, RTT::Logger::LogLevel > | OCL::logMap |
#define ORO_str | ( | s | ) | #s |
Definition at line 52 of file deployer-funcs.cpp.
Definition at line 51 of file deployer-funcs.cpp.