27#ifndef NIDAS_CORE_XMLRPCTHREAD_H
28#define NIDAS_CORE_XMLRPCTHREAD_H
31#include <xmlrpcpp/XmlRpc.h>
33namespace nidas {
namespace core {
A thread that provides XML-based Remote Procedure Calls to web interfaces.
Definition XmlRpcThread.h:40
~XmlRpcThread()
Definition XmlRpcThread.cc:63
XmlRpc::XmlRpcServer * _xmlrpc_server
Definition XmlRpcThread.h:52
XmlRpcThread(const std::string &name)
Constructor.
Definition XmlRpcThread.cc:38
XmlRpcThread & operator=(const XmlRpcThread &)
Assignment not needed.
XmlRpcThread(const XmlRpcThread &)
Copy not needed.
void interrupt()
Interrupt this thread.
Definition XmlRpcThread.cc:48
Root namespace for the NCAR In-Situ Data Acquisition Software.
Definition A2DConverter.h:31