HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::drce::drce_json_message_const Namespace Reference

Variables

const std::string sessionType = "type"
const std::string port = "port"
const std::string userName = "user"
const std::string userPassword = "password"
const std::string shellName = "shell"
const std::string environment = "environment"
const std::string timeout = "timeout"
const std::string tmode = "tmode"
const std::string fileName = "name"
const std::string fileData = "data"
const std::string actionTypeMask = "action"
const std::string sessionOptions = "session"
const std::string commandLine = "command"
const std::string inputStream = "input"
const std::string errorCode = "error_code"
const std::string errorMessage = "error_message"
const std::string responseBody = "data"
const std::string elapsedTime = "time"
const std::string stdoutStream = "stdout"
const std::string stderrStream = "stderror"
const std::string filesArray = "files"
const std::string nodeName = "node_name"
const std::string time = "time"
const std::string exitStatus = "exit_status"

Variable Documentation

const std::string HCE::drce::drce_json_message_const::actionTypeMask = "action"

Definition at line 39 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::commandLine = "command"

Definition at line 42 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::elapsedTime = "time"

Definition at line 48 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::environment = "environment"

Definition at line 32 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::errorCode = "error_code"

Definition at line 45 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::errorMessage = "error_message"

Definition at line 46 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::exitStatus = "exit_status"

Definition at line 55 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::fileData = "data"

Definition at line 38 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::fileName = "name"

Definition at line 37 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::filesArray = "files"

Definition at line 52 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::inputStream = "input"

Definition at line 43 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::nodeName = "node_name"

Definition at line 53 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::port = "port"

Definition at line 28 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::responseBody = "data"

Definition at line 47 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::sessionOptions = "session"

Definition at line 41 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::sessionType = "type"

Definition at line 27 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::shellName = "shell"

Definition at line 31 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::stderrStream = "stderror"

Definition at line 51 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::stdoutStream = "stdout"

Definition at line 50 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::time = "time"

Definition at line 54 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::timeout = "timeout"

Definition at line 33 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::tmode = "tmode"

Definition at line 34 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::userName = "user"

Definition at line 29 of file DRCEJsonMessageConst.hpp.

const std::string HCE::drce::drce_json_message_const::userPassword = "password"

Definition at line 30 of file DRCEJsonMessageConst.hpp.