commonUtils.h

00001 #ifndef CONFIG_COMMON_UTILS_H
00002 #define CONFIG_COMMON_UTILS_H
00003 
00004 #include <list>
00005 #include <string>
00006 
00007 #include <Sct/AbcdModule.h>
00008 
00009 namespace SCTConfigCommonUtils {
00010 void printModuleConfig(const ABCDModule &conf, std::ostream &output);
00011 std::list<std::string> listDCSChannelParams();
00012 std::list<std::string> listDCSCardParams();
00013 std::list<std::string> listDCSCrateParams();
00014 
00015 }
00016 
00017 #endif

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