#include <stdio.h>#include <lal/LALStdlib.h>#include <lal/AVFactories.h>#include <lal/Random.h>#include <lal/Units.h>#include <lal/FrameStream.h>#include <lal/LALRCSID.h>Include dependency graph for MakeFrames.c:

Go to the source code of this file.
Defines | |
| #define | TESTSTATUS(pstat) if ( (pstat)->statusCode ) { REPORTSTATUS(pstat); return 1; } else ((void)0) |
| #define | CHANNEL "H1:LSC-AS_Q" |
Functions | |
| NRCSID (MAKEFRAMESC,"$Id: MakeFrames.c,v 1.5 2007/06/08 14:41:46 bema Exp $") | |
| int | main (void) |
Variables | |
| INT4 | lalDebugLevel = LALMSGLVL3 |
| #define TESTSTATUS | ( | pstat | ) | if ( (pstat)->statusCode ) { REPORTSTATUS(pstat); return 1; } else ((void)0) |
Definition at line 53 of file MakeFrames.c.
| #define CHANNEL "H1:LSC-AS_Q" |
Definition at line 57 of file MakeFrames.c.
| NRCSID | ( | MAKEFRAMESC | , | |
| "$Id: MakeFrames. | c, | |||
| v 1.5 2007/06/08 14:41:46 bema Exp $" | ||||
| ) |
| int main | ( | void | ) |
Definition at line 62 of file MakeFrames.c.
| INT4 lalDebugLevel = LALMSGLVL3 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 60 of file MakeFrames.c.
1.5.2