|
HCE project C++ developers source code library
1.1.1
HCE project developer library
|
Enumerations | |
| enum | { CREATE_DEFAULT_JSON = 0, EMPTY_COMMAND_LINE, EXECUTE_COMMAND_FAIL, UNKNOWN_SESSION_TYPE, ERROR, ERROR_MSG, ERROR_CODE, COMMAND, CREATE_FILE, READ_FILE, DELETE_FILE } |
Variables | |
| const char | delimiter = ':' |
| const char | space = ' ' |
| const char | point = '.' |
| const std::string | createDefaultJson = "CREATE DefaultJSON" |
| const std::string | emptyCommandLine = "Empty command line" |
| const std::string | executeCommandFail = "Execute command fail" |
| const std::string | unknownSessionType = "Unknown session type" |
| const std::string | error = "Error" |
| const std::string | errorMsg = "ERROR_MSG" |
| const std::string | errorCode = "ERROR_CODE" |
| const std::string | command = "COMMAND" |
| const std::string | createFileFail = "Create file fail" |
| const std::string | readFileFail = "Read file fail" |
| const std::string | deleteFileFail = "Delete file fail" |
| const std::vector< std::pair < unsigned int, std::string > > | messages |
| anonymous enum |
| CREATE_DEFAULT_JSON | |
| EMPTY_COMMAND_LINE | |
| EXECUTE_COMMAND_FAIL | |
| UNKNOWN_SESSION_TYPE | |
| ERROR | |
| ERROR_MSG | |
| ERROR_CODE | |
| COMMAND | |
| CREATE_FILE | |
| READ_FILE | |
| DELETE_FILE |
Definition at line 24 of file DRCEMessageConst.hpp.
| const std::string HCE::drce::message_const::command = "COMMAND" |
Definition at line 50 of file DRCEMessageConst.hpp.
| const std::string HCE::drce::message_const::createDefaultJson = "CREATE DefaultJSON" |
Definition at line 43 of file DRCEMessageConst.hpp.
| const std::string HCE::drce::message_const::createFileFail = "Create file fail" |
Definition at line 52 of file DRCEMessageConst.hpp.
| const std::string HCE::drce::message_const::deleteFileFail = "Delete file fail" |
Definition at line 54 of file DRCEMessageConst.hpp.
| const char HCE::drce::message_const::delimiter = ':' |
Definition at line 39 of file DRCEMessageConst.hpp.
| const std::string HCE::drce::message_const::emptyCommandLine = "Empty command line" |
Definition at line 44 of file DRCEMessageConst.hpp.
| const std::string HCE::drce::message_const::error = "Error" |
Definition at line 47 of file DRCEMessageConst.hpp.
| const std::string HCE::drce::message_const::errorCode = "ERROR_CODE" |
Definition at line 49 of file DRCEMessageConst.hpp.
| const std::string HCE::drce::message_const::errorMsg = "ERROR_MSG" |
Definition at line 48 of file DRCEMessageConst.hpp.
| const std::string HCE::drce::message_const::executeCommandFail = "Execute command fail" |
Definition at line 45 of file DRCEMessageConst.hpp.
| const std::vector<std::pair<unsigned int, std::string> > HCE::drce::message_const::messages |
Definition at line 56 of file DRCEMessageConst.hpp.
| const char HCE::drce::message_const::point = '.' |
Definition at line 41 of file DRCEMessageConst.hpp.
| const std::string HCE::drce::message_const::readFileFail = "Read file fail" |
Definition at line 53 of file DRCEMessageConst.hpp.
| const char HCE::drce::message_const::space = ' ' |
Definition at line 40 of file DRCEMessageConst.hpp.
| const std::string HCE::drce::message_const::unknownSessionType = "Unknown session type" |
Definition at line 46 of file DRCEMessageConst.hpp.