artdaq
v2_03_00
|
The xmlrpc_commander class serves as the XMLRPC server run in each artdaq application. More...
#include <artdaq/ExternalComms/xmlrpc_commander.hh>
Public Member Functions | |
xmlrpc_commander (int port, artdaq::Commandable &commandable) | |
xmlrpc_commander Constructor More... | |
void | run () |
Run the XMLRPC server. | |
Public Attributes | |
artdaq::Commandable & | _commandable |
The artdaq::Commandable object that this xmlrpc_commander sends commands to. | |
std::mutex | mutex_ |
XMLRPC mutex. | |
The xmlrpc_commander class serves as the XMLRPC server run in each artdaq application.
Definition at line 19 of file xmlrpc_commander.hh.
artdaq::xmlrpc_commander::xmlrpc_commander | ( | int | port, |
artdaq::Commandable & | commandable | ||
) |
xmlrpc_commander Constructor
port | Port to listen on |
commandable | artdaq::Commandable object to send transition commands to |
Definition at line 709 of file xmlrpc_commander.cc.