Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   Related Pages  

std Namespace Reference

Overloaded operator to print TIM status. More...


Functions

ostream & operator<< (ostream &os, TimModule &tim)


Detailed Description

Overloaded operator to print TIM status.

Function Documentation

ostream & std::operator<< ostream &    os,
SctPixelRod::TimModule   tim
 

Definition at line 363 of file TimModule.cxx.

Referenced by SctPixelRod::TimModule::m_vmePort().

00363                                                    {
00364 
00365   os << "TIM status" << endl;
00366 
00367   os << " Serial Number: " << tim.getSerialNumber();
00368   os << " Version: "       << tim.getFirmware() << endl;
00369   hex(cout);
00370   os << " L1ID: "   << tim.fetchL1ID();
00371   os << " BCID: "   << tim.regFetch( TIM_REG_TRIGGER_BCID );
00372   os << " status: " << tim.regFetch( TIM_REG_STATUS );
00373   os << endl;
00374 
00375   return os;
00376 }


Generated on Mon Mar 3 11:16:19 2003 for SCTPixelDAQ by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001