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... | |
LIGOTimeGPS LALFrStreamPos::epoch |
the GPS time of the open frame when the record was made
Definition at line 111 of file LALFrStream.h.
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.
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.