#include <lal/LALStdlib.h>#include <lal/SimulateCoherentGW.h>#include <lal/SkyCoordinates.h>Include dependency graph for GenerateTaylorCW.h:

Go to the source code of this file.
Data Structures | |
| struct | tagTaylorCWParamStruc |
Defines | |
| #define | GENERATETAYLORCWH_ENUL 1 |
| #define | GENERATETAYLORCWH_EOUT 2 |
| #define | GENERATETAYLORCWH_EMEM 3 |
| #define | GENERATETAYLORCWH_MSGENUL "Unexpected null pointer in arguments" |
| #define | GENERATETAYLORCWH_MSGEOUT "Output field a, f, phi, or shift already exists" |
| #define | GENERATETAYLORCWH_MSGEMEM "Out of memory" |
Typedefs | |
| typedef tagTaylorCWParamStruc | TaylorCWParamStruc |
Functions | |
| NRCSID (GENERATETAYLORCWH,"$Id: GenerateTaylorCW.h,v 1.5 2007/06/08 14:41:46 bema Exp $") | |
| void | LALGenerateTaylorCW (LALStatus *, CoherentGW *output, TaylorCWParamStruc *params) |
| #define GENERATETAYLORCWH_ENUL 1 |
Definition at line 100 of file GenerateTaylorCW.h.
| #define GENERATETAYLORCWH_EOUT 2 |
Definition at line 101 of file GenerateTaylorCW.h.
| #define GENERATETAYLORCWH_EMEM 3 |
Definition at line 102 of file GenerateTaylorCW.h.
| #define GENERATETAYLORCWH_MSGENUL "Unexpected null pointer in arguments" |
Definition at line 104 of file GenerateTaylorCW.h.
Definition at line 105 of file GenerateTaylorCW.h.
| #define GENERATETAYLORCWH_MSGEMEM "Out of memory" |
Definition at line 106 of file GenerateTaylorCW.h.
| typedef struct tagTaylorCWParamStruc TaylorCWParamStruc |
| NRCSID | ( | GENERATETAYLORCWH | , | |
| "$Id: GenerateTaylorCW. | h, | |||
| v 1.5 2007/06/08 14:41:46 bema Exp $" | ||||
| ) |
| void LALGenerateTaylorCW | ( | LALStatus * | , | |
| CoherentGW * | output, | |||
| TaylorCWParamStruc * | params | |||
| ) |
Definition at line 125 of file GenerateTaylorCW.c.
1.5.2