Analysis Software
Documentation for sPHENIX simulation software
|
#include <rcdaq_rpc.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | RCDAQPlugin |
Functions | |
int | add_readoutdevice (daq_device *d) |
void | plugin_register (RCDAQPlugin *) |
void | plugin_unregister (RCDAQPlugin *) |
int add_readoutdevice | ( | daq_device * | d | ) |
Definition at line 1628 of file rcdaq.cc.
View newest version in sPHENIX GitHub at line 1628 of file rcdaq.cc
References DeviceList.
Referenced by example_plugin::create_device(), gauss_plugin::create_device(), main(), and r_create_device_1_svc().
void plugin_register | ( | RCDAQPlugin * | ) |
Definition at line 69 of file rcdaq_server.cc.
View newest version in sPHENIX GitHub at line 69 of file rcdaq_server.cc
References pluginlist.
Referenced by RCDAQPlugin::RCDAQPlugin().
void plugin_unregister | ( | RCDAQPlugin * | ) |
Definition at line 74 of file rcdaq_server.cc.
View newest version in sPHENIX GitHub at line 74 of file rcdaq_server.cc
Referenced by RCDAQPlugin::~RCDAQPlugin().