CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
InputChunk Struct Reference

#include <FedRawDataInputSource.h>

Public Member Functions

 InputChunk (unsigned int index, uint32_t size)
 
void reset (unsigned int newOffset, unsigned int toRead, unsigned int fileIndex)
 
 ~InputChunk ()
 

Public Attributes

unsigned char * buf_
 
unsigned int fileIndex_
 
unsigned int index_
 
InputChunknext_ = 0
 
unsigned int offset_
 
std::atomic< bool > readComplete_
 
uint32_t size_
 
uint32_t usedSize_ = 0
 

Detailed Description

Definition at line 188 of file FedRawDataInputSource.h.

Constructor & Destructor Documentation

InputChunk::InputChunk ( unsigned int  index,
uint32_t  size 
)
inline

Definition at line 198 of file FedRawDataInputSource.h.

InputChunk::~InputChunk ( )
inline

Definition at line 209 of file FedRawDataInputSource.h.

Member Function Documentation

void InputChunk::reset ( unsigned int  newOffset,
unsigned int  toRead,
unsigned int  fileIndex 
)
inline

Definition at line 202 of file FedRawDataInputSource.h.

Member Data Documentation

unsigned char* InputChunk::buf_

Definition at line 189 of file FedRawDataInputSource.h.

unsigned int InputChunk::fileIndex_

Definition at line 195 of file FedRawDataInputSource.h.

unsigned int InputChunk::index_

Definition at line 193 of file FedRawDataInputSource.h.

InputChunk* InputChunk::next_ = 0

Definition at line 190 of file FedRawDataInputSource.h.

unsigned int InputChunk::offset_

Definition at line 194 of file FedRawDataInputSource.h.

std::atomic<bool> InputChunk::readComplete_

Definition at line 196 of file FedRawDataInputSource.h.

uint32_t InputChunk::size_

Definition at line 191 of file FedRawDataInputSource.h.

uint32_t InputChunk::usedSize_ = 0

Definition at line 192 of file FedRawDataInputSource.h.