Belle II Software  release-08-01-10
SendTrailer Class Reference

Public Types

enum  { SENDTRL_NWORDS = 2 }
 
enum  {
  POS_CHKSUM = 0 ,
  POS_TERM_WORD = 1
}
 
enum  { MAGIC_WORD_SEND_TRAILER = 0x7fff0007 }
 

Public Member Functions

 SendTrailer ()
 Default constructor.
 
 SendTrailer (int *)
 Constructor using existing pointer to raw data buffer.
 
 ~SendTrailer ()
 Destructor.
 
int * GetBuffer ()
 
void SetBuffer (int *bufin)
 return buffer
 
void Initialize ()
 set buffer
 
void SetChksum (int chksum)
 initialize header
 
void SetMagicWord ()
 initialize header
 
int GetTrlNwords ()
 
int GetMagicWord ()
 

Private Attributes

int m_buffer [SENDTRL_NWORDS]
 

Detailed Description

Definition at line 20 of file SendTrailer.h.


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