Prototypes | |
| 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.
Macros | |
| #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, ...) |
Variables | |
| LALCache * | cache |
| char * | channel |
| double | t0 |
| double | dt |
| #define DEFINE_OUTPUT_FUNCTION | ( | laltype, | |
| format, | |||
| ... | |||
| ) |
| 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 | ||
| ) |