|
| int | usage (const char *program) |
| |
| int | parseargs (int argc, char **argv) |
| |
| void | output_INT2 (LALFrStream *stream, const char *channame, LIGOTimeGPS *start, LIGOTimeGPS *end) |
| |
| void | output_INT4 (LALFrStream *stream, const char *channame, LIGOTimeGPS *start, LIGOTimeGPS *end) |
| |
| void | output_INT8 (LALFrStream *stream, const char *channame, LIGOTimeGPS *start, LIGOTimeGPS *end) |
| |
| void | output_UINT2 (LALFrStream *stream, const char *channame, LIGOTimeGPS *start, LIGOTimeGPS *end) |
| |
| void | output_UINT4 (LALFrStream *stream, const char *channame, LIGOTimeGPS *start, LIGOTimeGPS *end) |
| |
| void | output_UINT8 (LALFrStream *stream, const char *channame, LIGOTimeGPS *start, LIGOTimeGPS *end) |
| |
| void | output_REAL4 (LALFrStream *stream, const char *channame, LIGOTimeGPS *start, LIGOTimeGPS *end) |
| |
| void | output_REAL8 (LALFrStream *stream, const char *channame, LIGOTimeGPS *start, LIGOTimeGPS *end) |
| |
| void | output_COMPLEX8 (LALFrStream *stream, const char *channame, LIGOTimeGPS *start, LIGOTimeGPS *end) |
| |
| void | output_COMPLEX16 (LALFrStream *stream, const char *channame, LIGOTimeGPS *start, LIGOTimeGPS *end) |
| |
| int | main (int argc, char *argv[]) |
| |
Go to the source code of this file.
|
| #define | FS "\t" /* field separator */ |
| |
| #define | RS "\n" /* record separator */ |
| |
| #define | MAXDUR 16.0 /* max segment duration (s) */ |
| |
| #define | MAXLEN 16384 /* max number of points in buffer */ |
| |
| #define | DEFINE_OUTPUT_FUNCTION(laltype, format, ...) |
| |
◆ FS
| #define FS "\t" /* field separator */ |
◆ RS
| #define RS "\n" /* record separator */ |
◆ MAXDUR
| #define MAXDUR 16.0 /* max segment duration (s) */ |
◆ MAXLEN
| #define MAXLEN 16384 /* max number of points in buffer */ |
◆ DEFINE_OUTPUT_FUNCTION
| #define DEFINE_OUTPUT_FUNCTION |
( |
|
laltype, |
|
|
|
format, |
|
|
|
... |
|
) |
| |
◆ usage()
| int usage |
( |
const char * |
program | ) |
|
◆ parseargs()
| int parseargs |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ output_INT2()
◆ output_INT4()
◆ output_INT8()
◆ output_UINT2()
◆ output_UINT4()
◆ output_UINT8()
◆ output_REAL4()
◆ output_REAL8()
◆ output_COMPLEX8()
◆ output_COMPLEX16()
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ cache
◆ channel
◆ t0
◆ dt