28#include <libxml/xmlmemory.h>
29#include <libxml/parser.h>
30#include <libxml/encoding.h>
31#include <libxml/xmlwriter.h>
34void browseTreeRead(xmlNodePtr noeud,
int cpt,
int isInput,
int isValue,
int isDataType,
int isSubmodel,
int *varDataType,
char* varName,
int* ivarValue,
double* dvarValue,
int *IPSET_PARAM);
36int parseInputHstpFileRead(
char *filename ATTRIBUTE_UNUSED,
int *nbInput,
int *ITYP_PARAM,
char* NAME_PARAM,
int *IVAL_PARAM,
double *DVAL_PARAM,
int *IPSET_PARAM);
void browseTreeRead(xmlNodePtr noeud, int cpt, int isInput, int isValue, int isDataType, int isSubmodel, int *varDataType, char *varName, int *ivarValue, double *dvarValue, int *IPSET_PARAM)
int parseInputHstpFileRead(char *filename ATTRIBUTE_UNUSED, int *nbInput, int *ITYP_PARAM, char *NAME_PARAM, int *IVAL_PARAM, double *DVAL_PARAM, int *IPSET_PARAM)
void browseTreeCount(xmlNodePtr noeud, int *cpt)
int parseInputHstpFileCount(char *filename ATTRIBUTE_UNUSED, int *nbInput)