FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void ConnectionFAD::PrintEventHeader
(
)
inline
protected
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
}
ConnectionFAD::fCounter
uint64_t fCounter
Definition:
fadctrl.cc:48
Connection::Out
std::ostream & Out()
Definition:
Connection.h:51
ConnectionFAD::fEventHeader
FAD::EventHeader fEventHeader
Definition:
fadctrl.cc:39
ConnectionFAD::fIsHexOutput
bool fIsHexOutput
Definition:
fadctrl.cc:44
kBold
Set attribute Bold.
Definition:
WindowLog.h:36
ConnectionFAD
Generated on Sun Sep 18 2016 20:50:45 for FACT++ by
1.8.11