DDS
ver. 3.6
|
#include <boost/algorithm/string.hpp>
#include <boost/filesystem/fstream.hpp>
#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 <list>
#include <stdexcept>
#include <thread>
#include "Intercom.h"
#include "Logger.h"
#include "MiscSetup.h"
#include "PipeLogEngine.h"
#include "Process.h"
#include "SysHelper.h"
#include "UserDefaults.h"
Functions | |
bool | parseCmdLine (int _argc, char *_argv[], bpo::variables_map *_vm) |
int | main (int argc, char *argv[]) |
Variables | |
const LPCSTR | g_pipeName = ".dds_pbs_pipe" |
const LPCSTR | g_jobIDFile = ".dds_pbs_jobid" |
int main | ( | int | argc, |
char * | argv[] | ||
) |
bool parseCmdLine | ( | int | _argc, |
char * | _argv[], | ||
bpo::variables_map * | _vm | ||
) |
const LPCSTR g_jobIDFile = ".dds_pbs_jobid" |
const LPCSTR g_pipeName = ".dds_pbs_pipe" |