LALMetaIO 4.0.6.1-eeff03c
LIGOLwXMLArray.h File Reference

Prototypes

int XLALWriteLIGOLwXMLArrayREAL4TimeSeries (LIGOLwXMLStream *xml, const char *comment, const REAL4TimeSeries *series)
 Write a REAL4TimeSeries to a LIGOLwXMLStream. More...
 
int XLALWriteLIGOLwXMLArrayREAL8TimeSeries (LIGOLwXMLStream *xml, const char *comment, const REAL8TimeSeries *series)
 Write a REAL8TimeSeries to a LIGOLwXMLStream. More...
 
int XLALWriteLIGOLwXMLArrayREAL4FrequencySeries (LIGOLwXMLStream *xml, const char *comment, const REAL4FrequencySeries *series)
 Write a REAL4FrequencySeries to a LIGOLwXMLStream. More...
 
int XLALWriteLIGOLwXMLArrayREAL8FrequencySeries (LIGOLwXMLStream *xml, const char *comment, const REAL8FrequencySeries *series)
 Write a REAL8FrequencySeries to a LIGOLwXMLStream. More...
 
int XLALWriteLIGOLwXMLArrayCOMPLEX8FrequencySeries (LIGOLwXMLStream *xml, const char *comment, const COMPLEX8FrequencySeries *series)
 Write a COMPLEX8FrequencySeries to a LIGOLwXMLStream. More...
 
int XLALWriteLIGOLwXMLArrayCOMPLEX16FrequencySeries (LIGOLwXMLStream *xml, const char *comment, const COMPLEX16FrequencySeries *series)
 Write a COMPLEX16FrequencySeries to a LIGOLwXMLStream. More...
 

Go to the source code of this file.

Function Documentation

◆ XLALWriteLIGOLwXMLArrayREAL4TimeSeries()

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.

◆ XLALWriteLIGOLwXMLArrayREAL8TimeSeries()

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.

◆ XLALWriteLIGOLwXMLArrayREAL4FrequencySeries()

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.

◆ XLALWriteLIGOLwXMLArrayREAL8FrequencySeries()

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.

◆ XLALWriteLIGOLwXMLArrayCOMPLEX8FrequencySeries()

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.

◆ XLALWriteLIGOLwXMLArrayCOMPLEX16FrequencySeries()

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.