LALMetaIO 4.0.6.1-eeff03c
LIGOLwXMLArray.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2007 Kipp Cannon
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with with program; see the file COPYING. If not, write to the
16 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 * MA 02110-1301 USA
18 */
19
20
21#ifndef _LIGOLWXMLARRAY_H
22#define _LIGOLWXMLARRAY_H
23
24
25#include <lal/LIGOLwXML.h>
26#include <lal/LALDatatypes.h>
27
28#if defined(__cplusplus)
29extern "C" {
30#elif 0
31} /* so that editors will match preceding brace */
32#endif
33
34
36 LIGOLwXMLStream *xml,
37 const char *comment,
38 const REAL4TimeSeries *series
39);
40
41
43 LIGOLwXMLStream *xml,
44 const char *comment,
45 const REAL8TimeSeries *series
46);
47
48
50 LIGOLwXMLStream *xml,
51 const char *comment,
52 const REAL4FrequencySeries *series
53);
54
55
57 LIGOLwXMLStream *xml,
58 const char *comment,
59 const REAL8FrequencySeries *series
60);
61
62
64 LIGOLwXMLStream *xml,
65 const char *comment,
66 const COMPLEX8FrequencySeries *series
67);
68
69
71 LIGOLwXMLStream *xml,
72 const char *comment,
73 const COMPLEX16FrequencySeries *series
74);
75
76
77#if 0
78{ /* so that editors will match succeeding brace */
79#elif defined(__cplusplus)
80}
81#endif
82
83#endif /* _LIGOLIGOLWXMLARRAY_H */
int XLALWriteLIGOLwXMLArrayREAL8TimeSeries(LIGOLwXMLStream *xml, const char *comment, const REAL8TimeSeries *series)
Write a REAL8TimeSeries to a LIGOLwXMLStream.
int XLALWriteLIGOLwXMLArrayCOMPLEX8FrequencySeries(LIGOLwXMLStream *xml, const char *comment, const COMPLEX8FrequencySeries *series)
Write a COMPLEX8FrequencySeries to a LIGOLwXMLStream.
int XLALWriteLIGOLwXMLArrayCOMPLEX16FrequencySeries(LIGOLwXMLStream *xml, const char *comment, const COMPLEX16FrequencySeries *series)
Write a COMPLEX16FrequencySeries to a LIGOLwXMLStream.
int XLALWriteLIGOLwXMLArrayREAL4TimeSeries(LIGOLwXMLStream *xml, const char *comment, const REAL4TimeSeries *series)
Write a REAL4TimeSeries to a LIGOLwXMLStream.
int XLALWriteLIGOLwXMLArrayREAL8FrequencySeries(LIGOLwXMLStream *xml, const char *comment, const REAL8FrequencySeries *series)
Write a REAL8FrequencySeries to a LIGOLwXMLStream.
int XLALWriteLIGOLwXMLArrayREAL4FrequencySeries(LIGOLwXMLStream *xml, const char *comment, const REAL4FrequencySeries *series)
Write a REAL4FrequencySeries to a LIGOLwXMLStream.
This structure contains the file stream and current table type for writing to LIGO lightweight XML fi...
Definition: LIGOLwXML.h:71