Go to the source code of this file.
Functions | |
int | IoOpenFiles (int, char *[]) |
int | IoReadFile (void) |
int | IoWriteFile (void) |
void | IoCloseFiles (void) |
int | IoStartSave (void) |
void | IoEndSave (void) |
int | IoFindResultTag (int, long *, long *) |
void | IoCloseTempFile (void) |
void | IoReset (void) |
Variables | |
FILE * | nf |
FILE * | pos |
FILE * | ndlr |
FILE * | elmr |
void IoCloseTempFile | ( | void | ) |
Definition at line 466 of file rio.c.
References IoEndSave().
int IoFindResultTag | ( | int | , | |
long * | , | |||
long * | ||||
) |
Definition at line 434 of file rio.c.
References elmr, sTmpFileTags::elmrpos, sTmpFileTags::id, ndlr, sTmpFileTags::ndlrpos, and sTmpFileTags::next.
int IoOpenFiles | ( | int | , | |
char * | [] | |||
) |
int IoReadFile | ( | void | ) |
Definition at line 284 of file rio.c.
References arqcfg, cfg, nf, NfiCheckParameters(), NfiInterpFile(), NfiReadConfigFile(), and NfiSetFileHandle().
void IoReset | ( | void | ) |
int IoStartSave | ( | void | ) |
Definition at line 372 of file rio.c.
References _iNumFileTags, arqelmr, arqndlr, elmr, sTmpFileTags::elmrpos, sTmpFileTags::id, ndlr, sTmpFileTags::ndlrpos, sTmpFileTags::next, and RSllAddEnd().
int IoWriteFile | ( | void | ) |
Definition at line 349 of file rio.c.
References _IoRemoveTempFiles(), NfiSetFileHandle(), NfiWriteResults(), and pos.