Struct ReqData

Struct Documentation

struct ReqData

Data structure used by felix-register to parse the command, execute the operation and prepare the reply.

Public Members

int status_code = {FelixClientThread::OK}
std::string status_message = {"Ok"}
std::string uuid = {""}
FelixClientThread::Cmd cmd = {FelixClientThread::Cmd::UNKNOWN}
std::string resource_name = {""}
std::string value = {""}