Prototypes | |
| SnglInspiralTable * | XLALCreateSnglInspiralTableRow (const ProcessTable *process) |
| Create a SnglInspiralTable structure. More... | |
| SnglInspiralTable * | XLALDestroySnglInspiralTableRow (SnglInspiralTable *row) |
| Destroy a SnglInspiralTable structure. More... | |
| void | XLALDestroySnglInspiralTable (SnglInspiralTable *head) |
| Destroy a SnglInspiralTable linked list. More... | |
| SnglInspiralTable * | XLALSnglInspiralTableFromLIGOLw (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.
| SnglInspiralTable * XLALCreateSnglInspiralTableRow | ( | const ProcessTable * | process | ) |
Create a SnglInspiralTable structure.
Definition at line 40 of file sngl_inspiral.c.
| SnglInspiralTable * XLALDestroySnglInspiralTableRow | ( | SnglInspiralTable * | row | ) |
Destroy a SnglInspiralTable structure.
Definition at line 64 of file sngl_inspiral.c.
| void XLALDestroySnglInspiralTable | ( | SnglInspiralTable * | head | ) |
Destroy a SnglInspiralTable linked list.
Definition at line 75 of file sngl_inspiral.c.
| 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.
| 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.