LAL  7.5.0.1-08ee4f4

Detailed Description

Struct holding a segment list.

Definition at line 173 of file Segments.h.

Data Fields

LALSegsegs
 Pointer to array of segments (LALSeg structures) More...
 
size_t arraySize
 Size of array for which memory is allocated. More...
 
UINT4 length
 Number of segments in this segment list. More...
 
UINT4 dplaces
 Decimal places (0,3,6,9) to format GPS times. More...
 
UINT4 sorted
 Flag to indicate whether segment list is sorted. More...
 
UINT4 disjoint
 Flag to indicate whether segment list is disjoint. More...
 
UINT4 initMagic
 Internal value to help ensure list was initialized. More...
 
LALSeglastFound
 Internal record of last segment found by a search. More...
 

Field Documentation

◆ segs

LALSeg* LALSegList::segs

Pointer to array of segments (LALSeg structures)

Definition at line 179 of file Segments.h.

◆ arraySize

size_t LALSegList::arraySize

Size of array for which memory is allocated.

Definition at line 180 of file Segments.h.

◆ length

UINT4 LALSegList::length

Number of segments in this segment list.

Definition at line 181 of file Segments.h.

◆ dplaces

UINT4 LALSegList::dplaces

Decimal places (0,3,6,9) to format GPS times.

Definition at line 182 of file Segments.h.

◆ sorted

UINT4 LALSegList::sorted

Flag to indicate whether segment list is sorted.

Definition at line 183 of file Segments.h.

◆ disjoint

UINT4 LALSegList::disjoint

Flag to indicate whether segment list is disjoint.

Definition at line 184 of file Segments.h.

◆ initMagic

UINT4 LALSegList::initMagic

Internal value to help ensure list was initialized.

Definition at line 185 of file Segments.h.

◆ lastFound

LALSeg* LALSegList::lastFound

Internal record of last segment found by a search.

Definition at line 186 of file Segments.h.