FACT++  1.0
void FTM::FtuResponse::print ( std::ostream &  out) const

Definition at line 45 of file HeadersFTM.cc.

References fDNA, fErrorCounter, and fPingAddr.

Referenced by FTM::operator<<().

46 {
47  out << std::hex << "Pings=" << ((fPingAddr>>8)&0x3);
48  out << " Addr=" << std::setw(2) << (fPingAddr&0x1f);
49  out << " DNA=" << std::setw(16) << fDNA;
50  out << " ErrorCounter=" << std::dec << fErrorCounter << std::endl;
51 }
uint16_t fErrorCounter
Definition: HeadersFTM.h:626
uint16_t fPingAddr
Definition: HeadersFTM.h:624

+ Here is the caller graph for this function: