Prototypes | |
| SnglRingdownTable * | XLALCreateSnglRingdownTableRow (const ProcessTable *process) |
| Create a SnglRingdownTable structure. More... | |
| SnglRingdownTable * | XLALDestroySnglRingdownTableRow (SnglRingdownTable *row) |
| Destroy a SnglRingdownTable structure. More... | |
| void | XLALDestroySnglRingdownTable (SnglRingdownTable *head) |
| Destroy a SnglRingdownTable linked list. More... | |
| SnglRingdownTable * | XLALSnglRingdownTableFromLIGOLw (const char *filename) |
| Read the sngl_ringdown table from a LIGO Light Weight XML file into a linked list of SnglRingdownTable structures. More... | |
Go to the source code of this file.
| SnglRingdownTable * XLALCreateSnglRingdownTableRow | ( | const ProcessTable * | process | ) |
Create a SnglRingdownTable structure.
Definition at line 40 of file sngl_ringdown.c.
| SnglRingdownTable * XLALDestroySnglRingdownTableRow | ( | SnglRingdownTable * | row | ) |
Destroy a SnglRingdownTable structure.
Definition at line 65 of file sngl_ringdown.c.
| void XLALDestroySnglRingdownTable | ( | SnglRingdownTable * | head | ) |
Destroy a SnglRingdownTable linked list.
Definition at line 78 of file sngl_ringdown.c.
| SnglRingdownTable * XLALSnglRingdownTableFromLIGOLw | ( | const char * | filename | ) |
Read the sngl_ringdown table from a LIGO Light Weight XML file into a linked list of SnglRingdownTable structures.
Definition at line 91 of file sngl_ringdown.c.