57 #ifndef _READCONFIG_HH_ 58 #define _READCONFIG_HH_ 61 #include "LogTypes.hh" 63 const short LS_PARSE_ALREADYPARSED = 1;
64 const short LS_PARSE_FILEERROR = 2;
65 const short LS_PARSE_SECTIONNOTFOUND = 3;
69 ReadConfig(
const char* configFilename,
bool* success);
156 readLine(FILE* file);
159 parseTagSection(FILE* file,
const char* sectionName,
tag_list_t* taglist);
167 unsigned int tracelevel;
unsigned int getTracelevel()
char * getDynamicStartSuffix()
tag_list_t * getDynamicTags()
tag_list_t * getStateTags()
tag_list_t * getVolatileTags()
Definition: LogTypes.hh:221
Definition: ReadConfig.hh:67
tag_list_t * getUniqueTags()
char * getDynamicStopSuffix()
tag_list_t * getAllTags()
tag_list_t * getStaticTags()