ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TGC_BYTESTREAM_ERRORS Struct Reference

The struct for errors in ByteStream. More...

#include <TgcByteStreamData.h>

Collaboration diagram for TGC_BYTESTREAM_ERRORS:

Public Member Functions

 TGC_BYTESTREAM_ERRORS ()
 

Public Attributes

unsigned badBcID: 1
 
unsigned badL1Id: 1
 
unsigned timedout: 1
 
unsigned badData: 1
 
unsigned overflow: 1
 
unsigned fill1: 11
 

Detailed Description

The struct for errors in ByteStream.

Definition at line 32 of file TgcByteStreamData.h.

Constructor & Destructor Documentation

◆ TGC_BYTESTREAM_ERRORS()

TGC_BYTESTREAM_ERRORS::TGC_BYTESTREAM_ERRORS ( )
inline

Definition at line 41 of file TgcByteStreamData.h.

41 { memset(this, 0, sizeof(*this)); }

Member Data Documentation

◆ badBcID

unsigned TGC_BYTESTREAM_ERRORS::badBcID

Definition at line 34 of file TgcByteStreamData.h.

◆ badData

unsigned TGC_BYTESTREAM_ERRORS::badData

Definition at line 37 of file TgcByteStreamData.h.

◆ badL1Id

unsigned TGC_BYTESTREAM_ERRORS::badL1Id

Definition at line 35 of file TgcByteStreamData.h.

◆ fill1

unsigned TGC_BYTESTREAM_ERRORS::fill1

Definition at line 39 of file TgcByteStreamData.h.

◆ overflow

unsigned TGC_BYTESTREAM_ERRORS::overflow

Definition at line 38 of file TgcByteStreamData.h.

◆ timedout

unsigned TGC_BYTESTREAM_ERRORS::timedout

Definition at line 36 of file TgcByteStreamData.h.


The documentation for this struct was generated from the following file: