#include <BaseFU.h>
Public Member Functions | |
virtual void | buildAndSendAllocate (const UIntVec_t &fuResourceIds)=0 |
called by the BUFU Interface to trigger an I2O ALLOCATE message being built and sent More... | |
virtual void | buildAndSendDiscard (UInt_t buResourceId)=0 |
called by the BUFU Interface to trigger an I2O DISCARD message being built and sent More... | |
virtual void | I2O_FU_TAKE_Callback (toolbox::mem::Reference *bufRef)=0 |
function to be performed upon receiving a TAKE from the BU More... | |
|
pure virtual |
called by the BUFU Interface to trigger an I2O ALLOCATE message being built and sent
Referenced by evf::BUFUInterface::allocate().
|
pure virtual |
called by the BUFU Interface to trigger an I2O DISCARD message being built and sent
Referenced by evf::BUFUInterface::discard().
|
pure virtual |
function to be performed upon receiving a TAKE from the BU
Referenced by evf::BUFUInterface::take().