|
DDS
ver. 3.6
|
#include <boost/filesystem/operations.hpp>#include <boost/program_options/options_description.hpp>#include <boost/program_options/parsers.hpp>#include <boost/program_options/variables_map.hpp>#include <chrono>#include <fstream>#include <list>#include <stdexcept>#include <thread>#include "BoostHelper.h"#include "Intercom.h"#include "Logger.h"#include "MiscSetup.h"#include "PipeLogEngine.h"#include "SSHConfigFile.h"#include "SysHelper.h"#include "UserDefaults.h"#include "local_types.h"#include "worker.h"Functions | |
| bool | parseCmdLine (int _argc, char *_argv[], bpo::variables_map *_vm) |
| string | createLocalhostCfg (size_t &_nInstances, const string &_sessionId) |
| int | main (int argc, char *argv[]) |
Variables | |
| const LPCSTR | g_pipeName = ".dds_ssh_pipe" |
| string createLocalhostCfg | ( | size_t & | _nInstances, |
| const string & | _sessionId | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| bool parseCmdLine | ( | int | _argc, |
| char * | _argv[], | ||
| bpo::variables_map * | _vm | ||
| ) |
| const LPCSTR g_pipeName = ".dds_ssh_pipe" |
1.8.15