#include "PndEmcPSAFPGAFilterDelay.h" PndEmcPSAFPGAFilterDelay::PndEmcPSAFPGAFilterDelay() : buffer(0) , bpointer(0) { } PndEmcPSAFPGAFilterDelay::~PndEmcPSAFPGAFilterDelay() { buffer.resize(0); } void PndEmcPSAFPGAFilterDelay::set(unsigned int newBufferSize) { buffer.resize(newBufferSize); for(unsigned int i=0; i