LALMetaIO 4.0.6.1-eeff03c
sngl_inspiral.c File Reference

Prototypes

SnglInspiralTableXLALCreateSnglInspiralTableRow (const ProcessTable *process)
 Create a SnglInspiralTable structure. More...
 
SnglInspiralTableXLALDestroySnglInspiralTableRow (SnglInspiralTable *row)
 Destroy a SnglInspiralTable structure. More...
 
void XLALDestroySnglInspiralTable (SnglInspiralTable *head)
 Destroy a SnglInspiralTable linked list. More...
 
SnglInspiralTableXLALSnglInspiralTableFromLIGOLw (const char *filename)
 Read the sngl_inspiral table from a LIGO Light Weight XML file into a linked list of SnglInspiralTable structures. More...
 
int XLALWriteLIGOLwXMLSnglInspiralTable (LIGOLwXMLStream *xml, const SnglInspiralTable *sngl_inspiral)
 Write a linked list of SnglInspiralTable structures to a the sngl_inspiral table in a LIGO Light Weight XML file. More...
 

Go to the source code of this file.

Function Documentation

◆ XLALCreateSnglInspiralTableRow()

SnglInspiralTable * XLALCreateSnglInspiralTableRow ( const ProcessTable process)

Create a SnglInspiralTable structure.

Definition at line 40 of file sngl_inspiral.c.

◆ XLALDestroySnglInspiralTableRow()

SnglInspiralTable * XLALDestroySnglInspiralTableRow ( SnglInspiralTable row)

Destroy a SnglInspiralTable structure.

Definition at line 64 of file sngl_inspiral.c.

◆ XLALDestroySnglInspiralTable()

void XLALDestroySnglInspiralTable ( SnglInspiralTable head)

Destroy a SnglInspiralTable linked list.

Definition at line 75 of file sngl_inspiral.c.

◆ XLALSnglInspiralTableFromLIGOLw()

SnglInspiralTable * XLALSnglInspiralTableFromLIGOLw ( const char *  filename)

Read the sngl_inspiral table from a LIGO Light Weight XML file into a linked list of SnglInspiralTable structures.

Definition at line 86 of file sngl_inspiral.c.

◆ XLALWriteLIGOLwXMLSnglInspiralTable()

int XLALWriteLIGOLwXMLSnglInspiralTable ( LIGOLwXMLStream xml,
const SnglInspiralTable sngl_inspiral 
)

Write a linked list of SnglInspiralTable structures to a the sngl_inspiral table in a LIGO Light Weight XML file.

Definition at line 358 of file sngl_inspiral.c.