Prototypes | |
| SimRingdownTable * | XLALCreateSimRingdownTableRow (const ProcessTable *process) |
| Create a SimRingdownTable structure. More... | |
| SimRingdownTable * | XLALDestroySimRingdownTableRow (SimRingdownTable *row) |
| Destroy a SimRingdownTable structure. More... | |
| void | XLALDestroySimRingdownTable (SimRingdownTable *head) |
| Destroy a SimRingdownTable linked list. More... | |
| SimRingdownTable * | XLALSimRingdownTableFromLIGOLw (const char *filename) |
| Read the sim_ringdown table from a LIGO Light Weight XML file into a linked list of SimRingdownTable structures. More... | |
| int | XLALWriteLIGOLwXMLSimRingdownTable (LIGOLwXMLStream *xml, const SimRingdownTable *sim_ringdown) |
| Write a sim_ringdown table to an XML file. More... | |
Go to the source code of this file.
| SimRingdownTable * XLALCreateSimRingdownTableRow | ( | const ProcessTable * | process | ) |
Create a SimRingdownTable structure.
Definition at line 40 of file sim_ringdown.c.
| SimRingdownTable * XLALDestroySimRingdownTableRow | ( | SimRingdownTable * | row | ) |
Destroy a SimRingdownTable structure.
Definition at line 65 of file sim_ringdown.c.
| void XLALDestroySimRingdownTable | ( | SimRingdownTable * | head | ) |
Destroy a SimRingdownTable linked list.
Definition at line 78 of file sim_ringdown.c.
| SimRingdownTable * XLALSimRingdownTableFromLIGOLw | ( | const char * | filename | ) |
Read the sim_ringdown table from a LIGO Light Weight XML file into a linked list of SimRingdownTable structures.
Definition at line 91 of file sim_ringdown.c.
| int XLALWriteLIGOLwXMLSimRingdownTable | ( | LIGOLwXMLStream * | xml, |
| const SimRingdownTable * | sim_ringdown | ||
| ) |
Write a sim_ringdown table to an XML file.
Definition at line 262 of file sim_ringdown.c.