|
| int | output_open () |
| | Writes basic project data to binary output file.
|
| |
| void | output_saveResults (double reportTime) |
| | Writes computed results for current report time to binary file.
|
| |
| void | output_end () |
| | Writes closing records to binary file.
|
| |
| void | output_close () |
| | Frees memory used for accessing the binary file.
|
| |
| void | output_readDateTime (long period, DateTime *days) |
| | Retrieves the date/time for a specific reporting period from the binary output file.
|
| |
| void | output_readSubcatchResults (long period, int index) |
| | Reads computed results for a subcatchment at a specific time period.
|
| |
| void | output_readNodeResults (long period, int index) |
| | Reads computed results for a node at a specific time period.
|
| |
| void | output_readLinkResults (long period, int index) |
| | Reads computed results for a link at a specific time period.
|
| |
| void | output_updateAvgResults () |
| | Updates average results for current time period.
|
| |