#include <config.h>#include <lal/LALfct.h>#include <stdio.h>#include <lal/AVFactories.h>#include <lal/LALStatusMacros.h>#include <unistd.h>Include dependency graph for LALfctSample.c:

Go to the source code of this file.
Defines | |
| #define | CODES_(x) #x |
| #define | CODES(x) CODES_(x) |
Functions | |
| NRCSID (LALFCTSAMPLEC,"$Id: LALfctSample.c,v 1.6 2007/06/08 14:41:44 bema Exp $") | |
| LALFCTREAL | phaseFunction1 (LALFCTREAL x) |
| void | readData (LALFCTCOMPVector *inputDataVector, char *inputFileName) |
| int | main (int argc, char **argv) |
Variables | |
| int | lalDebugLevel = 0 |
| char * | optarg |
| int | optind |
| int | opterr |
| int | optopt |
| int | indx |
| int | c |
Definition at line 93 of file LALfctSample.c.
Definition at line 94 of file LALfctSample.c.
| NRCSID | ( | LALFCTSAMPLEC | , | |
| "$Id: LALfctSample. | c, | |||
| v 1.6 2007/06/08 14:41:44 bema Exp $" | ||||
| ) |
| LALFCTREAL phaseFunction1 | ( | LALFCTREAL | x | ) |
Definition at line 445 of file LALfctSample.c.
| void readData | ( | LALFCTCOMPVector * | inputDataVector, | |
| char * | inputFileName | |||
| ) |
Definition at line 452 of file LALfctSample.c.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 125 of file LALfctSample.c.
| int lalDebugLevel = 0 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 101 of file LALfctSample.c.
| char* optarg |
Definition at line 176 of file GeneralMeshTest.c.
| int optind |
Definition at line 149 of file packages/support/src/getopt.c.
| int opterr |
Definition at line 169 of file packages/support/src/getopt.c.
| int optopt |
Definition at line 175 of file packages/support/src/getopt.c.
| int indx |
Definition at line 118 of file LALfctSample.c.
| int c |
Definition at line 119 of file LALfctSample.c.
1.5.2