#include "Plex/PlexVetoShieldMuxToMdl.h"#include "MessageService/MsgService.h"#include "DatabaseInterface/DbiOutRowStream.h"#include "DatabaseInterface/DbiResultSet.h"#include "DatabaseInterface/DbiValidityRec.h"#include "DatabaseInterface/DbiResultPtr.tpl"#include "DatabaseInterface/DbiWriter.tpl"Go to the source code of this file.
Functions | |
| CVSID ("$Id: PlexVetoShieldMuxToMdl.cxx,v 1.6 2005/08/26 18:47:04 rhatcher Exp $ CVSID_DBIRESULTPTR ") | |
| std::ostream & | operator<< (std::ostream &os, const PlexVetoShieldMuxToMdl &m2m) |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 40 of file PlexVetoShieldMuxToMdl.cxx. 00041 {
00042 os << "VetoShield Mux "
00043 << m2m.GetMuxPln() << ","
00044 << m2m.GetMuxMdl()
00045 << "(of " << std::setw(2) << m2m.GetCountDir() << ") maps to "
00046 << m2m.GetSingleMdlPlaneId().AsString("c")
00047 << std::endl;
00048 return os;
00049 }
|
1.3.9.1