Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALFrame 3.0.7.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Header LALFrStream.h

Detailed Description

High-level routines for manipulating frame data streams.

Author
Jolien D. E. Creighton

Synopsis

#include <lal/LALFrStream.h>

Description

A frame stream is like a file stream except that it streams along the set of frames in a set of frame files. These routines are high-level routines that allow you to extract frame data. Many of these routines have names similar to the standard C file stream manipulation routines and perform similar functions. These routines are found in Module LALFrameStream.c.

Routines for reading data from a frame stream, either in sequential or random-access mode, are found in Module LALFrameStreamRead.c.

Modules

 Module LALFrStream.c
 Provides routines for opening, closing, positioning, and performing other manipulations on a LALFrStream.
 
 Module LALFrStreamRead.c
 Provides routines for reading data from a LALFrStream.