#include <hardware.inc>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <libxml/xmlmemory.h>
#include <libxml/parser.h>
#include <libxml/encoding.h>
#include <libxml/xmlwriter.h>
Go to the source code of this file.
|
| void | browseTreeCount (xmlNodePtr noeud, int *cpt) |
| 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 | parseInputHstpFileCount (char *filename ATTRIBUTE_UNUSED, int *nbInput) |
| int | parseInputHstpFileRead (char *filename ATTRIBUTE_UNUSED, int *nbInput, int *ITYP_PARAM, char *NAME_PARAM, int *IVAL_PARAM, double *DVAL_PARAM, int *IPSET_PARAM) |
◆ browseTreeCount()
| void browseTreeCount |
( |
xmlNodePtr | noeud, |
|
|
int * | cpt ) |
◆ browseTreeRead()
| 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 ) |
◆ parseInputHstpFileCount()
| int parseInputHstpFileCount |
( |
char *filename | ATTRIBUTE_UNUSED, |
|
|
int * | nbInput ) |
◆ parseInputHstpFileRead()
| int parseInputHstpFileRead |
( |
char *filename | ATTRIBUTE_UNUSED, |
|
|
int * | nbInput, |
|
|
int * | ITYP_PARAM, |
|
|
char * | NAME_PARAM, |
|
|
int * | IVAL_PARAM, |
|
|
double * | DVAL_PARAM, |
|
|
int * | IPSET_PARAM ) |