SctApiCounters.h

00001 #ifndef SCTAPI_COUNTERS_H
00002 #define SCTAPI_COUNTERS_H
00003 
00004 namespace SctApi {
00005 
00006 struct SctApiCounters {
00007   int primitiveCounter;
00008   int primitiveLengthCounter;
00009   int primitiveOutLengthCounter;
00010   int mdspMemoryBlockCounter;
00011   int mdspMemoryBlockLengthCounter;
00012   int sdspMemoryBlockCounter;
00013   int sdspMemoryBlockLengthCounter;
00014 
00015   SctApiCounters() : primitiveCounter(0), primitiveLengthCounter(0), primitiveOutLengthCounter(0), 
00016        mdspMemoryBlockCounter(0), mdspMemoryBlockLengthCounter(0), 
00017        sdspMemoryBlockCounter(0), sdspMemoryBlockLengthCounter(0) {}
00018 };
00019 
00020 extern SctApiCounters currentStats;
00021 }
00022 
00023 #endif

Generated on Mon Feb 6 14:01:28 2006 for SCT DAQ/DCS Software - C++ by  doxygen 1.4.6