Belle II Software
release-08-01-10
|
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] |
Definition at line 20 of file SendTrailer.h.