00001 #ifndef CONFIGLIB_H 00002 #define CONFIGLIB_H 00003 00004 #include "iccp.h" 00005 #include "RC_Config.h" 00006 00007 /* -1 on error, 0 on success */ 00008 int getConfigFile(STAR_CFG *c, ic_msg *m); 00009 int getDaqConfigFile(DAQ_CFG *c, ic_msg *m); 00010 int getL3ConfigFile(L3_CFG *c, ic_msg *m); 00011 int getScConfigFile(SC_CFG *c, ic_msg *m); 00012 int getTrgConfigFile(TRG_CFG *c, ic_msg *m); 00013 #endif
1.5.9