Belle II Software  release-08-01-10
EventBuffer Class Reference
Collaboration diagram for EventBuffer:

Classes

struct  Header
 

Public Member Functions

 EventBuffer (unsigned int nword)
 
unsigned int size () throw ()
 
bool init ()
 
void clear ()
 
HeadergetHeader () throw ()
 
int * getBuffer () throw ()
 
bool isWritable (int nword) throw ()
 
bool isReadable () throw ()
 
unsigned int write (const int *buf, unsigned int nword, unsigned int serial=0)
 
unsigned int read (int *buf, Header *hdr=0)
 

Private Attributes

Header m_header
 
int * m_buf
 
unsigned int m_nword
 

Detailed Description

Definition at line 17 of file EventBuffer.h.


The documentation for this class was generated from the following files: