DDS
ver. 3.6
|
#include "Tools.h"
#include <chrono>
#include <sstream>
#include <boost/any.hpp>
#include <boost/filesystem.hpp>
#include <boost/process.hpp>
#include <boost/regex.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
#include "ConditionEvent.h"
#include "Process.h"
#include "Environment.h"
#include "Intercom.h"
#include "IntercomServiceCore.h"
#include "ToolsProtocol.h"
#include "UserDefaults.h"
Classes | |
struct | dds::tools_api::CSession::SImpl |
Functions | |
template void | CSession::waitForNumAgents< CSession::EAgentState::active > (size_t, const std::chrono::seconds &, const std::chrono::milliseconds &, ostream *) |
template void | CSession::waitForNumAgents< CSession::EAgentState::idle > (size_t, const std::chrono::seconds &, const std::chrono::milliseconds &, ostream *) |
template void | CSession::waitForNumAgents< CSession::EAgentState::executing > (size_t, const std::chrono::seconds &, const std::chrono::milliseconds &, ostream *) |
Variables | |
const size_t | g_WAIT_PROCESS_SEC = 30 |
template void CSession::waitForNumAgents< CSession::EAgentState::active > | ( | size_t | , |
const std::chrono::seconds & | , | ||
const std::chrono::milliseconds & | , | ||
ostream * | |||
) |
template void CSession::waitForNumAgents< CSession::EAgentState::executing > | ( | size_t | , |
const std::chrono::seconds & | , | ||
const std::chrono::milliseconds & | , | ||
ostream * | |||
) |
template void CSession::waitForNumAgents< CSession::EAgentState::idle > | ( | size_t | , |
const std::chrono::seconds & | , | ||
const std::chrono::milliseconds & | , | ||
ostream * | |||
) |
const size_t g_WAIT_PROCESS_SEC = 30 |