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

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 Thu Dec 15 21:14:24 2005 for SCT DAQ/DCS Software - C++ by doxygen 1.3.5