#include "CEvent.h"
#include <CBufferMonitor.h>
#include <CBufferReactor.h>
#include "CBufferEvent.cpp"
#include <spectrodaq.h>
#include <CApplicationSerializer.h>
Go to the source code of this file.
Classes | |
class | CBufferEvent< T > |
struct | CBufferEvent< T >::AddLinkRequest |
Form of request to add a link to the link manager. More... | |
class | CBufferEvent< T >::CGenericBufferReactor< U > |
Copyright
Required for current class
Include files:
Required for base classes CEvent # 297 "/scratch/nscldaq-8.0-pre1/framework/CBufferEvent.h" 2
# 301 "/scratch/nscldaq-8.0-pre1/framework/CBufferEvent.h" 2
# 305 "/scratch/nscldaq-8.0-pre1/framework/CBufferEvent.h" 2
In general needed for spectrodaq.h includes.
# 333 "/scratch/nscldaq-8.0-pre1/framework/CBufferEvent.h" 2
/*! Provides an ABC for building application level objects to react to SpectroDaq Buffers. This is an abstract, templated class which is templated by the type of buffer whch can be received. Note that depending on how this is constructed,, The object can handle alarm events instead of data buffers.
Definition in file CBufferEvent.h.