#include <lal/LALStdlib.h>#include <lal/FrameCache.h>#include <lal/LALRCSID.h>Include dependency graph for FrameCacheTest.c:

Go to the source code of this file.
Defines | |
| #define | TESTSTATUS(pstat) if ( (pstat)->statusCode ) { REPORTSTATUS(pstat); return 1; } else ((void)0) |
Functions | |
| NRCSID (FRAMECACHETESTC,"$Id: FrameCacheTest.c,v 1.3 2007/06/08 14:41:46 bema Exp $") | |
| int | main (void) |
Variables | |
| int | lalDebugLevel = 1 |
| #define TESTSTATUS | ( | pstat | ) | if ( (pstat)->statusCode ) { REPORTSTATUS(pstat); return 1; } else ((void)0) |
Definition at line 26 of file FrameCacheTest.c.
| NRCSID | ( | FRAMECACHETESTC | , | |
| "$Id: FrameCacheTest. | c, | |||
| v 1.3 2007/06/08 14:41:46 bema Exp $" | ||||
| ) |
| int main | ( | void | ) |
Definition at line 31 of file FrameCacheTest.c.
| int lalDebugLevel = 1 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 29 of file FrameCacheTest.c.
1.5.2