#include <BaseBU.h>
|
virtual void | DIRECT_BU_ALLOCATE (const UIntVec_t &fuResourceIds, xdaq::ApplicationDescriptor *fuAppDesc)=0 |
| ALLOCATE called by the BUFU Interface when BU and FU are in the same process. More...
|
|
virtual void | DIRECT_BU_DISCARD (UInt_t buResourceId)=0 |
| DISCARD called by the BUFU Interface when BU and FU are in the same process. More...
|
|
virtual void | postI2OFrame (xdaq::ApplicationDescriptor *fuAppDesc, toolbox::mem::Reference *bufRef)=0 |
|
Definition at line 16 of file BaseBU.h.
virtual void evf::BaseBU::DIRECT_BU_ALLOCATE |
( |
const UIntVec_t & |
fuResourceIds, |
|
|
xdaq::ApplicationDescriptor * |
fuAppDesc |
|
) |
| |
|
pure virtual |
virtual void evf::BaseBU::DIRECT_BU_DISCARD |
( |
UInt_t |
buResourceId | ) |
|
|
pure virtual |
virtual void evf::BaseBU::postI2OFrame |
( |
xdaq::ApplicationDescriptor * |
fuAppDesc, |
|
|
toolbox::mem::Reference * |
bufRef |
|
) |
| |
|
pure virtual |