Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Namespace Members | Data Fields | Related Pages

SctApiRodInfo.h

00001 #include <list>
00002 #include <utility>
00003 
00004 #include "SctApiFwd.h"
00005 
00006 namespace SctApi {
00007 class RodInfo {
00008  public:
00010   int minLink;
00011 
00013 
00017   std::map<unsigned long, unsigned long> offRODTTC;
00018 
00020 
00024   std::map<unsigned long, unsigned long> offRODRX;
00025 
00027 
00043   unsigned int linkErrorMasks[96];
00044 
00046   RodInfo() : minLink(97) { for(int l=0; l<96; l++) linkErrorMasks[l] = 0; }
00047 };
00048 }

Generated on Fri Sep 16 18:01:58 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5