|
| ARTDAQProducer (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID, const ConfigurationTree &theXDAQContextConfigTree, const std::string &configurationPath) |
|
void | pauseProcessingData (void) override |
|
void | resumeProcessingData (void) override |
|
void | startProcessingData (std::string runNumber) override |
|
void | stopProcessingData (void) override |
|
| DataProducer (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID, unsigned int bufferSize=100) |
|
| DataProducerBase (const std::string &supervisorApplicationUID, const std::string &bufferUID, const std::string &processorUID, unsigned int bufferSize=100) |
|
virtual void | registerToBuffer (void) |
|
template<class D , class H > |
int | attachToEmptySubBuffer (D *&data, H *&header) |
|
template<class D , class H > |
int | setWrittenSubBuffer (void) |
|
template<class D , class H > |
int | write (const D &buffer) |
|
template<class D , class H > |
int | write (const D &buffer, const H &header) |
|
unsigned int | getBufferSize (void) const |
|
| DataProcessor (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID) |
|
const std::string & | getProcessorID (void) const |
|
void | setCircularBuffer (CircularBufferBase *circularBuffer) |
|
| WorkLoop (const std::string &name) |
|
void | startWorkLoop (void) |
|
bool | stopWorkLoop (void) |
|
bool | isActive (void) const |
|
| ARTDAQReaderProcessorBase (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID, const ConfigurationTree &theXDAQContextConfigTree, const std::string &configurationPath) |
|
void | initLocalGroup (int rank) |
|
void | configure (int rank) |
|
void | halt (void) |
|
void | pause (void) |
|
void | resume (void) |
|
void | start (const std::string &runNumber) |
|
void | stop (void) |
|
| Configurable (const ConfigurationTree &theXDAQContextConfigTree, const std::string &theConfigurationPath) |
|
ConfigurationTree | getSelfNode () const |
|
const ConfigurationManager * | getConfigurationManager () const |
|
const std::string & | getContextUID () const |
|
const std::string & | getApplicationUID () const |
|
unsigned int | getApplicationLID () const |
|
std::string | getContextAddress () const |
|
unsigned int | getContextPort () const |
|
Definition at line 20 of file ARTDAQProducer.h.