LALApps 10.1.0.1-eeff03c
LIGOLwXMLlegacy.h File Reference

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)
 

Detailed Description

Provides prototypes for obsolete code.

Author
Brown, D. A.

Synopsis

#include <lal/LIGOLwXMLlegacy.h>

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
}
 

Enumeration Type Documentation

◆ 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.

Function Documentation

◆ LALOpenLIGOLwXMLFile()

void LALOpenLIGOLwXMLFile ( LALStatus status,
LIGOLwXMLStream xml,
const CHAR path 
)

Definition at line 530 of file LIGOLwXMLlegacy.c.

◆ LALCloseLIGOLwXMLFile()

void LALCloseLIGOLwXMLFile ( LALStatus status,
LIGOLwXMLStream xml 
)

Definition at line 557 of file LIGOLwXMLlegacy.c.

◆ LALBeginLIGOLwXMLTable()

void LALBeginLIGOLwXMLTable ( LALStatus status,
LIGOLwXMLStream xml,
MetadataTableType  table 
)

Definition at line 587 of file LIGOLwXMLlegacy.c.

◆ LALEndLIGOLwXMLTable()

void LALEndLIGOLwXMLTable ( LALStatus status,
LIGOLwXMLStream xml 
)

Definition at line 636 of file LIGOLwXMLlegacy.c.

◆ LALWriteLIGOLwXMLTable()

void LALWriteLIGOLwXMLTable ( LALStatus status,
LIGOLwXMLStream xml,
MetadataTable  tablePtr,
MetadataTableType  table 
)

Definition at line 662 of file LIGOLwXMLlegacy.c.