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
dump.c File Reference

Prototypes

int indent (int)
 
int dumpdetector (LALFrameUFrFile *frfile, size_t det)
 
int dumpframe (LALFrameUFrFile *frfile, size_t pos)
 
int dumpchannel (LALFrameUFrChan *channel, size_t chan, const char *chantype)
 
const char * typestr (int type)
 
const char * compressstr (int type)
 
int main (int argc, char *argv[])
 

Go to the source code of this file.

Macros

#define FAILURE(...)   do { fprintf(stderr, __VA_ARGS__); exit(1); } while (0)
 
#define indent   indent(quotelvl)
 

Variables

int quotelvl = 0
 

Macro Definition Documentation

◆ FAILURE

#define FAILURE (   ...)    do { fprintf(stderr, __VA_ARGS__); exit(1); } while (0)

Definition at line 56 of file dump.c.

◆ indent

#define indent   indent(quotelvl)

Definition at line 60 of file dump.c.

Function Documentation

◆ indent()

int indent ( int  n)

Definition at line 402 of file dump.c.

◆ dumpdetector()

int dumpdetector ( LALFrameUFrFile *  frfile,
size_t  det 
)

Definition at line 117 of file dump.c.

◆ dumpframe()

int dumpframe ( LALFrameUFrFile *  frfile,
size_t  pos 
)

Definition at line 171 of file dump.c.

◆ dumpchannel()

int dumpchannel ( LALFrameUFrChan *  channel,
size_t  chan,
const char *  chantype 
)

Definition at line 259 of file dump.c.

◆ typestr()

const char * typestr ( int  type)

Definition at line 346 of file dump.c.

◆ compressstr()

const char * compressstr ( int  type)

Definition at line 381 of file dump.c.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 68 of file dump.c.

Variable Documentation

◆ quotelvl

int quotelvl = 0

Definition at line 58 of file dump.c.