LALSimulation  5.4.0.1-fe68b98
LALSimInspiralTestGRParams.h File Reference

Prototypes

LALSimInspiralTestGRParamXLALSimInspiralCreateTestGRParam (const char *name, double value)
 Function that creates the head node of the test GR parameters linked list. More...
 
int XLALSimInspiralAddTestGRParam (LALSimInspiralTestGRParam **parameter, const char *name, const double value)
 Function that adds a prameter to the test GR parameters linked list. More...
 
int XLALSimInspiralSetTestGRParam (LALSimInspiralTestGRParam *parameter, const char *name, const double value)
 Function that sets the value of the desired parameter in the test GR parameters linked list to 'value'. More...
 
double XLALSimInspiralGetTestGRParam (const LALSimInspiralTestGRParam *parameter, const char *name)
 Function that returns the value of the desired parameters in the test GR parameters linked list. More...
 
bool XLALSimInspiralTestGRParamExists (const LALSimInspiralTestGRParam *parameter, const char *name)
 Function that checks whether the requested parameter exists within the test GR parameters linked list. More...
 
int XLALSimInspiralPrintTestGRParam (FILE *fp, LALSimInspiralTestGRParam *parameter)
 Function that prints the whole test GR params linked list. More...
 
void XLALSimInspiralDestroyTestGRParam (LALSimInspiralTestGRParam *parameter)
 Function that destroys the whole test GR params linked list. More...
 
int XLALSimInspiralWaveformParamsNonGRAreDefault (LALDict *params)
 

Go to the source code of this file.

Data Structures

struct  LALSimInspiralTestGRParamData
 Linked list node for the testing GR parameters. More...
 
struct  LALSimInspiralTestGRParam
 Linked list of any number of parameters for testing GR. More...