|
| DataManager (const ConfigurationTree &theXDAQContextConfigTree, const std::string &supervisorConfigurationPath) |
|
virtual void | configure (void) |
|
virtual void | halt (void) |
|
virtual void | pause (void) |
|
virtual void | resume (void) |
|
virtual void | start (std::string runNumber) |
|
virtual void | stop (void) |
|
template<class D , class H > |
void | configureBuffer (std::string bufferUID) |
|
void | registerProducer (std::string bufferUID, DataProducer *producer) |
|
void | registerConsumer (std::string bufferUID, DataConsumer *consumer, bool registerToBuffer=true) |
|
virtual bool | running (void) |
|
virtual void | paused (void) |
|
virtual void | halted (void) |
|
virtual void | configured (void) |
|
virtual void | initial (void) |
|
virtual void | inError (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 |
|
|
enum | BufferStatus { Initialized,
Running
} |
|
|
void | eraseAllBuffers (void) |
|
void | eraseBuffer (std::string bufferUID) |
| !!!!Delete all Buffers and all the pointers of the producers and consumers
|
|
void | startAllBuffers (std::string runNumber) |
| !!!!Delete all the pointers of the producers and consumers
|
|
void | stopAllBuffers (void) |
|
void | resumeAllBuffers (void) |
|
void | pauseAllBuffers (void) |
|
void | startBuffer (std::string bufferUID, std::string runNumber) |
|
void | stopBuffer (std::string bufferUID) |
|
void | resumeBuffer (std::string bufferUID) |
|
void | pauseBuffer (std::string bufferUID) |
|
bool | unregisterConsumer (std::string consumerID) |
|
bool | deleteBuffer (std::string bufferUID) |
|
|
std::map< std::string, Buffer > | buffers_ |
|
const ConfigurationTree | theXDAQContextConfigTree_ |
|
const std::string | theConfigurationPath_ |
|
const std::string | theConfigurationRecordName_ |
|
Definition at line 24 of file DataManager.h.
The documentation for this class was generated from the following files: