$search
#include <string>
#include "XmlRpcClient.h"
#include <ros/macros.h>
#include <list>
#include "XmlRpcDecl.h"
#include <map>
#include "XmlRpcDispatch.h"
#include "XmlRpcSource.h"
#include <vector>
#include <time.h>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | XmlRpc::XmlRpcErrorHandler |
An interface allowing custom handling of error message reporting. More... | |
class | XmlRpc::XmlRpcLogHandler |
An interface allowing custom handling of informational message reporting. More... | |
Namespaces | |
namespace | XmlRpc |
Functions | |
int | XmlRpc::getVerbosity () |
Returns log message verbosity. This is short for XmlRpcLogHandler::getVerbosity(). | |
void | XmlRpc::setVerbosity (int level) |
Sets log message verbosity. This is short for XmlRpcLogHandler::setVerbosity(level). | |
Variables | |
const char | XmlRpc::XMLRPC_VERSION [] = "XMLRPC++ 0.7" |
Version identifier. |