10 os <<
"Disconected 0";
13 os <<
"Warning overflow";
31 os <<
"Disconected 1";
80 trailer_[4] = (eventLengthIn64BitWords & 0x000000FF);
81 trailer_[5] = ((eventLengthIn64BitWords & 0x0000FF00) >> 8);
82 trailer_[6] = ((eventLengthIn64BitWords & 0x00FF0000) >> 16);
void setSLinkCRCErrorBit(const bool bitSet)
bool slinkTransmissionError() const
std::ostream & operator<<(std::ostream &os, const FEDDAQEventType &value)
void setCRC(const uint16_t crc)
uint8_t ttsNibble() const
bool slinkCRCError() const
void setSLinkTransmissionErrorBit(const bool bitSet)
void setEventStatusNibble(const uint8_t eventStatusNibble)
FEDTTSBits ttsBits() const
void printHexValue(const uint8_t value, std::ostream &os)
uint32_t eventLengthIn64BitWords() const
void setTTSBits(const FEDTTSBits ttsBits)
void setEventLengthIn64BitWords(const uint32_t eventLengthIn64BitWords)
uint8_t eventStatusNibble() const
void setBadSourceIDBit(const bool bitSet)