tdaq-develop-2025-02-12
|
< public DataConsumer, public Configurable More...
#include <otsdaq/DataProcessorPlugins/ARTDAQConsumer.h>
Public Member Functions | |
ARTDAQConsumer (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID, const ConfigurationTree &theXDAQContextConfigTree, const std::string &configurationPath) | |
virtual | ~ARTDAQConsumer (void) |
void | pauseProcessingData (void) override |
void | resumeProcessingData (void) override |
void | startProcessingData (std::string runNumber) override |
void | stopProcessingData (void) override |
![]() | |
DataConsumer (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID, ConsumerPriority priority) | |
virtual void | registerToBuffer (void) |
mirror DataProducerBase::registerToBuffer | |
virtual void | configure (void) |
template<class D , class H > | |
int | read (D &buffer, H &header) |
Copies the buffer into the passed parameters. | |
template<class D , class H > | |
int | read (D *&buffer, H *&header) |
Fast version where you point to the buffer without copying. | |
template<class D , class H > | |
int | setReadSubBuffer (void) |
template<class D , class H > | |
int | read (D &buffer) |
ConsumerPriority | getPriority (void) |
![]() | |
DataProcessor (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID) | |
const std::string & | getProcessorID (void) const |
Getters. | |
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) | |
virtual | ~ARTDAQReaderProcessorBase (void) |
void | initLocalGroup (int rank) |
these functions are not inherited, they define the core reader functionality | |
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 |
Additional Inherited Members | |
![]() | |
enum | ConsumerPriority { LowConsumerPriority , HighConsumerPriority } |
![]() | |
const std::string & | getWorkLoopName (void) const |
Getters. | |
![]() | |
const std::string | supervisorApplicationUID_ |
const std::string | bufferUID_ |
const std::string | processorUID_ |
CircularBufferBase * | theCircularBuffer_ |
![]() | |
volatile bool | continueWorkLoop_ |
![]() | |
const ConfigurationTree | theXDAQContextConfigTree_ |
const std::string | theConfigurationPath_ |
const std::string | theConfigurationRecordName_ |
< public DataConsumer, public Configurable
ARTDAQConsumer This class is a Data Consumer plugin that allows a single artdaq Board Reader to be instantiated on the read side of an otsdaq Buffer.
Definition at line 20 of file ARTDAQConsumer.h.
ARTDAQConsumer::ARTDAQConsumer | ( | std::string | supervisorApplicationUID, |
std::string | bufferUID, | ||
std::string | processorUID, | ||
const ConfigurationTree & | theXDAQContextConfigTree, | ||
const std::string & | configurationPath | ||
) |
: WorkLoop(processorUID) , DataConsumer(supervisorApplicationUID, bufferUID, processorUID, LowConsumerPriority) , Configurable(theXDAQContextConfigTree, configurationPath)
Definition at line 20 of file ARTDAQConsumerImpl.cc.
|
virtual |
ARTDAQConsumer::ARTDAQConsumer(std::string interfaceID, MPI_Comm local_group_comm, std::string name) :FEVInterface (feId, 0) ,local_group_comm_(local_group_comm) ,name_ (name)
Definition at line 134 of file ARTDAQConsumerImpl.cc.
|
overridevirtual |
============================================================================== void ARTDAQConsumer::initLocalGroup(int rank) ============================================================================== void ARTDAQConsumer::configure(int rank) ============================================================================== void ARTDAQConsumer::halt(void)
Reimplemented from ots::DataProcessor.
Definition at line 202 of file ARTDAQConsumerImpl.cc.
|
overridevirtual |
mirror DataProducerBase::unregisterFromBuffer void DataConsumer::unregisterFromBuffer(void)
Reimplemented from ots::DataConsumer.
Definition at line 234 of file ARTDAQConsumerImpl.cc.