LAL  7.5.0.1-e053efe
LALCacheEntry Struct Reference

Detailed Description

An entry in a LAL cache.

Definition at line 54 of file LALCache.h.

Data Fields

CHARsrc
 File source field. More...
 
CHARdsc
 File description field. More...
 
INT4 t0
 GPS time (seconds) of beginning of data in file. More...
 
INT4 dt
 Duration (seconds) of data in file. More...
 
CHARurl
 URL of file. More...
 

Field Documentation

◆ src

CHAR* LALCacheEntry::src

File source field.

Definition at line 55 of file LALCache.h.

◆ dsc

CHAR* LALCacheEntry::dsc

File description field.

Definition at line 56 of file LALCache.h.

◆ t0

INT4 LALCacheEntry::t0

GPS time (seconds) of beginning of data in file.

Definition at line 57 of file LALCache.h.

◆ dt

INT4 LALCacheEntry::dt

Duration (seconds) of data in file.

Definition at line 58 of file LALCache.h.

◆ url

CHAR* LALCacheEntry::url

URL of file.

Definition at line 59 of file LALCache.h.