![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
Functions | |
static eXMLRPCVariant * | fromXML (XMLTreeNode *n) |
void | xmlrpc_initialize (eHTTPD *httpd) |
void | xmlrpc_addMethod (const std::string &methodName, int(*proc)(std::vector< eXMLRPCVariant > &, ePtrList< eXMLRPCVariant > &)) |
void | xmlrpc_fault (ePtrList< eXMLRPCVariant > &res, int faultCode, std::string faultString) |
int | xmlrpc_checkArgs (const std::string &args, std::vector< eXMLRPCVariant > &parm, ePtrList< eXMLRPCVariant > &res) |
Variables | |
static std::map< std::string, int(*)(std::vector< eXMLRPCVariant > &, ePtrList< eXMLRPCVariant > &)> | rpcproc |
|
static |
void xmlrpc_addMethod | ( | const std::string & | methodName, |
int(*)(std::vector< eXMLRPCVariant > &, ePtrList< eXMLRPCVariant > &) | proc | ||
) |
int xmlrpc_checkArgs | ( | const std::string & | args, |
std::vector< eXMLRPCVariant > & | parm, | ||
ePtrList< eXMLRPCVariant > & | res | ||
) |
void xmlrpc_fault | ( | ePtrList< eXMLRPCVariant > & | res, |
int | faultCode, | ||
std::string | faultString | ||
) |
void xmlrpc_initialize | ( | eHTTPD * | httpd | ) |
|
static |