56 unsigned int iCell=cell->
index();
57 unsigned int nFed =cell->
nFed();
59 for (
unsigned int i=0;
i<nFed;
i++) {
60 unsigned int fedSize =cell->
fedSize(
i);
61 feds[
i].resize(fedSize);
62 unsigned char *destAddr=(
unsigned char*)&(feds[
i][0]);
69 cout<<
"PROCESSING cell "<<cell->
index()<<
" ... "<<flush;
76 cout<<
"FUShmClient::readNext(): CRASH! cell->index()="<<cell->
index()<<endl;
FUShmRawCell * rawCellToRead()
FUShmRawCell * rawCellToDiscard()
unsigned int readNext(std::vector< std::vector< unsigned char > > &feds)
void discardRawCell(FUShmRawCell *cell)
unsigned int readFed(unsigned int i, unsigned char *buffer) const
unsigned int index() const
unsigned int nFed() const
unsigned int fedSize(unsigned int i) const
void finishReadingRawCell(FUShmRawCell *cell)
void scheduleRawCellForDiscard(unsigned int iCell)