Provides prototypes for obsolete code. More...
Prototypes | |
| void | LALOpenLIGOLwXMLFile (LALStatus *status, LIGOLwXMLStream *xml, const CHAR *path) |
| void | LALCloseLIGOLwXMLFile (LALStatus *status, LIGOLwXMLStream *xml) |
| void | LALBeginLIGOLwXMLTable (LALStatus *status, LIGOLwXMLStream *xml, MetadataTableType table) |
| void | LALEndLIGOLwXMLTable (LALStatus *status, LIGOLwXMLStream *xml) |
| void | LALWriteLIGOLwXMLTable (LALStatus *status, LIGOLwXMLStream *xml, MetadataTable tablePtr, MetadataTableType table) |
Provides prototypes for obsolete code.
Definition in file LIGOLwXMLlegacy.h.
Go to the source code of this file.
Data Structures | |
| union | MetadataTable |
Enumerations | |
| enum | MetadataTableType { no_table , process_table , process_params_table , search_summary_table , sngl_inspiral_table , sngl_ringdown_table , multi_inspiral_table , sim_inspiral_table , sim_ringdown_table } |
| enum MetadataTableType |
| Enumerator | |
|---|---|
| no_table | |
| process_table | |
| process_params_table | |
| search_summary_table | |
| sngl_inspiral_table | |
| sngl_ringdown_table | |
| multi_inspiral_table | |
| sim_inspiral_table | |
| sim_ringdown_table | |
Definition at line 58 of file LIGOLwXMLlegacy.h.
| void LALOpenLIGOLwXMLFile | ( | LALStatus * | status, |
| LIGOLwXMLStream * | xml, | ||
| const CHAR * | path | ||
| ) |
Definition at line 530 of file LIGOLwXMLlegacy.c.
| void LALCloseLIGOLwXMLFile | ( | LALStatus * | status, |
| LIGOLwXMLStream * | xml | ||
| ) |
Definition at line 557 of file LIGOLwXMLlegacy.c.
| void LALBeginLIGOLwXMLTable | ( | LALStatus * | status, |
| LIGOLwXMLStream * | xml, | ||
| MetadataTableType | table | ||
| ) |
Definition at line 587 of file LIGOLwXMLlegacy.c.
| void LALEndLIGOLwXMLTable | ( | LALStatus * | status, |
| LIGOLwXMLStream * | xml | ||
| ) |
Definition at line 636 of file LIGOLwXMLlegacy.c.
| void LALWriteLIGOLwXMLTable | ( | LALStatus * | status, |
| LIGOLwXMLStream * | xml, | ||
| MetadataTable | tablePtr, | ||
| MetadataTableType | table | ||
| ) |
Definition at line 662 of file LIGOLwXMLlegacy.c.