16 uint16_t headerSizeInBytes =24;
17 uint16_t trailerSizeInBytes =24;
18 memcpy(
header_, header, headerSizeInBytes);
19 memcpy(
trailer_, trailer, trailerSizeInBytes);
24 uint16_t ttsBits = (
tts_ & 0x00F0) >> 4;
30 " Trailer: " << std::hex << *
trailer_ <<
" TTS: " <<
getDDUTTS() << std::dec << std::endl;
std::ostream & operator<<(std::ostream &out, const ALILine &li)
void print() const
Print the content of CSCDDUStatusDigi.
CSCDDUStatusDigi()
Default constructor.
const uint16_t getDDUTTS() const