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
LALFrStreamPos Struct Reference

Detailed Description

This structure contains a record of the state of a frame stream; this record can be used to restore the stream to the state when the record was made (provided the stream has not been closed).

Definition at line 110 of file LALFrStream.h.

Data Fields

LIGOTimeGPS epoch
 the GPS time of the open frame when the record was made More...
 
UINT4 fnum
 the file number of a list of frame files that was open when the record was made More...
 
INT4 pos
 the position within the frame file that was open when the record was made More...
 

Field Documentation

◆ epoch

LIGOTimeGPS LALFrStreamPos::epoch

the GPS time of the open frame when the record was made

Definition at line 111 of file LALFrStream.h.

◆ fnum

UINT4 LALFrStreamPos::fnum

the file number of a list of frame files that was open when the record was made

Definition at line 112 of file LALFrStream.h.

◆ pos

INT4 LALFrStreamPos::pos

the position within the frame file that was open when the record was made

Definition at line 113 of file LALFrStream.h.