Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-3a66518
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ZPGFilter.h File Reference

Prototypes

COMPLEX8ZPGFilterXLALCreateCOMPLEX8ZPGFilter (INT4 numZeros, INT4 numPoles)
 
COMPLEX16ZPGFilterXLALCreateCOMPLEX16ZPGFilter (INT4 numZeros, INT4 numPoles)
 
void XLALDestroyCOMPLEX8ZPGFilter (COMPLEX8ZPGFilter *filter)
 
void XLALDestroyCOMPLEX16ZPGFilter (COMPLEX16ZPGFilter *filter)
 
int XLALWToZCOMPLEX8ZPGFilter (COMPLEX8ZPGFilter *filter)
 
int XLALWToZCOMPLEX16ZPGFilter (COMPLEX16ZPGFilter *filter)
 
void LALCreateCOMPLEX8ZPGFilter (LALStatus *status, COMPLEX8ZPGFilter **output, INT4 numZeros, INT4 numPoles)
 
void LALCreateCOMPLEX16ZPGFilter (LALStatus *status, COMPLEX16ZPGFilter **output, INT4 numZeros, INT4 numPoles)
 
void LALDestroyCOMPLEX8ZPGFilter (LALStatus *status, COMPLEX8ZPGFilter **input)
 
void LALDestroyCOMPLEX16ZPGFilter (LALStatus *status, COMPLEX16ZPGFilter **input)
 
void LALWToZCOMPLEX8ZPGFilter (LALStatus *status, COMPLEX8ZPGFilter *filter)
 Deprecated. More...
 
void LALWToZCOMPLEX16ZPGFilter (LALStatus *status, COMPLEX16ZPGFilter *filter)
 Deprecated. More...
 

Go to the source code of this file.

Macros

#define ZPGFILTERH_MSGENUL   "Unexpected null pointer in arguments"
 
#define ZPGFILTERH_MSGEOUT   "Output handle points to a non-null pointer"
 
#define ZPGFILTERH_MSGEMEM   "Memory allocation error"
 
#define ZPGFILTERH_MSGEBAD   "Bad filter parameters"
 
Error Codes
#define ZPGFILTERH_ENUL   1
 Unexpected null pointer in arguments. More...
 
#define ZPGFILTERH_EOUT   2
 Output handle points to a non-null pointer. More...
 
#define ZPGFILTERH_EMEM   3
 Memory allocation error. More...
 
#define ZPGFILTERH_EBAD   4
 Bad filter parameters. More...
 

Macro Definition Documentation

◆ ZPGFILTERH_MSGENUL

#define ZPGFILTERH_MSGENUL   "Unexpected null pointer in arguments"

Definition at line 110 of file ZPGFilter.h.

◆ ZPGFILTERH_MSGEOUT

#define ZPGFILTERH_MSGEOUT   "Output handle points to a non-null pointer"

Definition at line 111 of file ZPGFilter.h.

◆ ZPGFILTERH_MSGEMEM

#define ZPGFILTERH_MSGEMEM   "Memory allocation error"

Definition at line 112 of file ZPGFilter.h.

◆ ZPGFILTERH_MSGEBAD

#define ZPGFILTERH_MSGEBAD   "Bad filter parameters"

Definition at line 113 of file ZPGFilter.h.