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

Go to the source code of this file.

Macros

#define TRIGGER_INTERPOLATION_DEPRECATED   __attribute__ ((deprecated("TriggerInterpolation.h is deprecated. Use TriggerInterpolate.h instead.")));
 
#define LEGACY_API(NAME)
 

Macro Definition Documentation

◆ TRIGGER_INTERPOLATION_DEPRECATED

#define TRIGGER_INTERPOLATION_DEPRECATED   __attribute__ ((deprecated("TriggerInterpolation.h is deprecated. Use TriggerInterpolate.h instead.")));

Definition at line 36 of file TriggerInterpolation.h.

◆ LEGACY_API

#define LEGACY_API (   NAME)
Value:
struct tag ## NAME ## TriggerInterpolant; \
typedef struct tag ## NAME ## TriggerInterpolant NAME ## TriggerInterpolant; \
NAME ## TriggerInterpolant *XLALCreate ## NAME ## TriggerInterpolant(unsigned int window) TRIGGER_INTERPOLATION_DEPRECATED; \
void XLALDestroy ## NAME ## TriggerInterpolant(NAME ## TriggerInterpolant *) TRIGGER_INTERPOLATION_DEPRECATED; \
int XLALCOMPLEX16Apply ## NAME ## TriggerInterpolant(NAME ## TriggerInterpolant *, double *tmax, COMPLEX16 *ymax, const COMPLEX16 *y) TRIGGER_INTERPOLATION_DEPRECATED; \
int XLALCOMPLEX8Apply ## NAME ## TriggerInterpolant(NAME ## TriggerInterpolant *, double *tmax, COMPLEX8 *ymax, const COMPLEX8 *y) TRIGGER_INTERPOLATION_DEPRECATED; \
int XLALREAL8Apply ## NAME ## TriggerInterpolant(NAME ## TriggerInterpolant *, double *tmax, REAL8 *ymax, const REAL8 *y) TRIGGER_INTERPOLATION_DEPRECATED; \
int XLALREAL4Apply ## NAME ## TriggerInterpolant(NAME ## TriggerInterpolant *, double *tmax, REAL4 *ymax, const REAL4 *y) TRIGGER_INTERPOLATION_DEPRECATED;
#define TRIGGER_INTERPOLATION_DEPRECATED
double complex COMPLEX16
Double-precision floating-point complex number (16 bytes total)
double REAL8
Double precision real floating-point number (8 bytes).
float complex COMPLEX8
Single-precision floating-point complex number (8 bytes total)
float REAL4
Single precision real floating-point number (4 bytes).

Definition at line 39 of file TriggerInterpolation.h.