#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, po::variables_map &vm, po::options_description *otherOptions) |
Variables | |
std::map< std::string, RTT::Logger::LogLevel > | OCL::logMap |
#define ORO_str | ( | s | ) | #s |
Definition at line 48 of file deployer-funcs.cpp.
Definition at line 47 of file deployer-funcs.cpp.