#include "sick_scan/sick_scan_base.h"
#include <string>
#include "xmlrpcpp/XmlRpcClient.h"
#include "xmlrpcpp/XmlRpcException.h"
#include "xmlrpcpp/XmlRpcServer.h"
#include "xmlrpcpp/XmlRpcServerMethod.h"
#include "xmlrpcpp/XmlRpcValue.h"
#include "xmlrpcpp/XmlRpcUtil.h"
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | XmlRpc::XmlRpcErrorHandler |
An interface allowing custom handling of error message reporting. | |
class | XmlRpc::XmlRpcLogHandler |
An interface allowing custom handling of informational message reporting. | |
Namespaces | |
XmlRpc | |
Macros | |
#define | _XMLRPC_H_ |
Functions | |
XMLRPCPP_DECL int | XmlRpc::getVerbosity () |
Returns log message verbosity. This is short for XmlRpcLogHandler::getVerbosity() More... | |
XMLRPCPP_DECL void | XmlRpc::setVerbosity (int level) |
Sets log message verbosity. This is short for XmlRpcLogHandler::setVerbosity(level) More... | |
Variables | |
const char | XmlRpc::XMLRPC_VERSION [] |
Version identifier. More... | |