FACT++  1.0
void ConnectionFAD::PrintEventHeader ( )
inlineprotected

Definition at line 54 of file fadctrl.cc.

References kBold.

55  {
56  Out() << endl << kBold << "Header received (N=" << dec << fCounter << "):" << endl;
57  Out() << fEventHeader;
58  if (fIsHexOutput)
59  Out() << Converter::GetHex<uint16_t>(fEventHeader, 16) << endl;
60  }
uint64_t fCounter
Definition: fadctrl.cc:48
std::ostream & Out()
Definition: Connection.h:51
FAD::EventHeader fEventHeader
Definition: fadctrl.cc:39
bool fIsHexOutput
Definition: fadctrl.cc:44
Set attribute Bold.
Definition: WindowLog.h:36