Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALFrame 3.0.7.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
MakeFrames.c File Reference

Prototypes

int main (void)
 

Detailed Description

Author
Jolien D. E. Creighton

Program MakeFrames.c

Make some frames with random Gaussian noise.

Usage

MakeFrames

Description

This program makes some frames with one ADC channel containing random Gaussian noise.

Definition in file MakeFrames.c.

Go to the source code of this file.

Macros

#define TESTSTATUS(pstat)    if ( (pstat)->statusCode ) { REPORTSTATUS(pstat); return 1; } else ((void)0)
 
#define CHANNEL   "H1:LSC-AS_Q"
 

Macro Definition Documentation

◆ TESTSTATUS

#define TESTSTATUS (   pstat)     if ( (pstat)->statusCode ) { REPORTSTATUS(pstat); return 1; } else ((void)0)

Definition at line 48 of file MakeFrames.c.

◆ CHANNEL

#define CHANNEL   "H1:LSC-AS_Q"

Definition at line 52 of file MakeFrames.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 56 of file MakeFrames.c.