EPANET
2.1
|
Functions | |
int DLLEXPORT | ENopen (char *inpFile, char *rptFile, char *binOutFile) |
Opens EPANET input file & reads in network data. More... | |
int DLLEXPORT | ENsaveinpfile (char *filename) |
Saves current data to "INP" formatted text file. More... | |
int DLLEXPORT ENopen | ( | char * | inpFile, |
char * | rptFile, | ||
char * | binOutFile | ||
) |
Opens EPANET input file & reads in network data.
inpFile | pointer to name of input file (must exist) |
rptFile | pointer to name of report file (to be created) |
binOutFile | pointer to name of binary output file (to be created) |
int DLLEXPORT ENsaveinpfile | ( | char * | filename | ) |
Saves current data to "INP" formatted text file.
filename | The file path to create |