Provides routines to write data from LAL data structures to an open stream.
This header provides prototypes for routines that write the contents of LAL time/frequency series structures or grid structures to a file (or other I/O) stream, in a standard format. The routines do not provide a system-level interface to create files and open or close file streams; they simply assume that they have been passed an open, writeable stream. Nonetheless, because they involve I/O stream manipulation, these routines are placed in the lalsupport library rather than in lal proper.
Modules | |
| Module StreamSeriesOutput.c | |
| Writes a time or frequency series to an output stream. | |
Error Codes | |
| #define | STREAMOUTPUTH_ENUL 1 |
| Unexpected null pointer in arguments. More... | |
| #define | STREAMOUTPUTH_EPRN 2 |
| Print statement failed. More... | |
| #define STREAMOUTPUTH_ENUL 1 |
Unexpected null pointer in arguments.
Definition at line 55 of file StreamOutput.h.
| #define STREAMOUTPUTH_EPRN 2 |
Print statement failed.
Definition at line 56 of file StreamOutput.h.