Go to the source code of this file.
| int XLALWriteLIGOLwXMLArrayREAL4TimeSeries | ( | LIGOLwXMLStream * | xml, |
| const char * | comment, | ||
| const REAL4TimeSeries * | series | ||
| ) |
Write a REAL4TimeSeries to a LIGOLwXMLStream.
Returns 0 on success, less than 0 on failure. If comment is not NULL, it will be added to the output as the string in a Comment element.
Definition at line 322 of file LIGOLwXMLArray.c.
| int XLALWriteLIGOLwXMLArrayREAL8TimeSeries | ( | LIGOLwXMLStream * | xml, |
| const char * | comment, | ||
| const REAL8TimeSeries * | series | ||
| ) |
Write a REAL8TimeSeries to a LIGOLwXMLStream.
Returns 0 on success, less than 0 on failure. If comment is not NULL, it will be added to the output as the string in a Comment element.
Definition at line 341 of file LIGOLwXMLArray.c.
| int XLALWriteLIGOLwXMLArrayREAL4FrequencySeries | ( | LIGOLwXMLStream * | xml, |
| const char * | comment, | ||
| const REAL4FrequencySeries * | series | ||
| ) |
Write a REAL4FrequencySeries to a LIGOLwXMLStream.
Returns 0 on success, less than 0 on failure. If comment is not NULL, it will be added to the output as the string in a Comment element.
Definition at line 360 of file LIGOLwXMLArray.c.
| int XLALWriteLIGOLwXMLArrayREAL8FrequencySeries | ( | LIGOLwXMLStream * | xml, |
| const char * | comment, | ||
| const REAL8FrequencySeries * | series | ||
| ) |
Write a REAL8FrequencySeries to a LIGOLwXMLStream.
Returns 0 on success, less than 0 on failure. If comment is not NULL, it will be added to the output as the string in a Comment element.
Definition at line 379 of file LIGOLwXMLArray.c.
| int XLALWriteLIGOLwXMLArrayCOMPLEX8FrequencySeries | ( | LIGOLwXMLStream * | xml, |
| const char * | comment, | ||
| const COMPLEX8FrequencySeries * | series | ||
| ) |
Write a COMPLEX8FrequencySeries to a LIGOLwXMLStream.
Returns 0 on success, less than 0 on failure. If comment is not NULL, it will be added to the output as the string in a Comment element.
Definition at line 398 of file LIGOLwXMLArray.c.
| int XLALWriteLIGOLwXMLArrayCOMPLEX16FrequencySeries | ( | LIGOLwXMLStream * | xml, |
| const char * | comment, | ||
| const COMPLEX16FrequencySeries * | series | ||
| ) |
Write a COMPLEX16FrequencySeries to a LIGOLwXMLStream.
Returns 0 on success, less than 0 on failure. If comment is not NULL, it will be added to the output as the string in a Comment element.
Definition at line 417 of file LIGOLwXMLArray.c.