LALFrame  3.0.4.1-fe68b98

Detailed Description

This structure details the state of the frame stream.

The contents are private; you should not tamper with them!

Definition at line 95 of file LALFrStream.h.

Data Fields

LALFrStreamState state
 
INT4 mode
 
LIGOTimeGPS epoch
 
LALCachecache
 
UINT4 fnum
 
LALFrFilefile
 
INT4 pos
 

Field Documentation

◆ state

LALFrStreamState LALFrStream::state

Definition at line 96 of file LALFrStream.h.

◆ mode

INT4 LALFrStream::mode

Definition at line 97 of file LALFrStream.h.

◆ epoch

LIGOTimeGPS LALFrStream::epoch

Definition at line 98 of file LALFrStream.h.

◆ cache

LALCache* LALFrStream::cache

Definition at line 99 of file LALFrStream.h.

◆ fnum

UINT4 LALFrStream::fnum

Definition at line 100 of file LALFrStream.h.

◆ file

LALFrFile* LALFrStream::file

Definition at line 101 of file LALFrStream.h.

◆ pos

INT4 LALFrStream::pos

Definition at line 102 of file LALFrStream.h.