This is a simple utility to Read time and frequency series into a file.
Provides prototype information for the routines in Module ReadTimeSeries.c and Module ReadFrequencySeries.c.
Modules | |
| Module ReadTimeSeries.c | |
Each member of this family of functions reads from a file the output of the corresponding PrintTimeSeries routine. | |
| Module ReadFrequencySeries.c | |
Each member of this family of functions reads from a file the output of the corresponding PrintFrequencySeries routine. | |
Files | |
| file | ReadFTSeriesTest.c |
| Tests the routines in Module ReadTimeSeries.c and Module ReadFrequencySeries.c. | |
Error Codes | |
| #define | READFTSERIESH_EFILENOTFOUND 1 |
| Invalid Filename or File Not Found. More... | |
| #define | READFTSERIESH_EPARSE 2 |
| Error Parsing File. More... | |
| #define READFTSERIESH_EFILENOTFOUND 1 |
Invalid Filename or File Not Found.
Definition at line 47 of file ReadFTSeries.h.
| #define READFTSERIESH_EPARSE 2 |
Error Parsing File.
Definition at line 48 of file ReadFTSeries.h.