DDS
ver. 3.6
|
#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 <iostream>
#include <list>
#include <stdexcept>
#include <thread>
#include "BoostHelper.h"
#include "Intercom.h"
#include "Logger.h"
#include "MiscSetup.h"
#include "Process.h"
#include "SysHelper.h"
#include "UserDefaults.h"
Functions | |
bool | parseCmdLine (int _argc, char *_argv[], bpo::variables_map *_vm) |
bool | checkAgentStatus (const bfs::path _wrkDirPath, const string &_fileName, int _numInstances, CRMSPluginProtocol &_proto, const string &_successMsg) |
int | main (int argc, char *argv[]) |
bool checkAgentStatus | ( | const bfs::path | _wrkDirPath, |
const string & | _fileName, | ||
int | _numInstances, | ||
CRMSPluginProtocol & | _proto, | ||
const string & | _successMsg | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
bool parseCmdLine | ( | int | _argc, |
char * | _argv[], | ||
bpo::variables_map * | _vm | ||
) |