Struct holding a segment list.
Definition at line 173 of file Segments.h.
Data Fields | |
| LALSeg * | segs |
| 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... | |
| LALSeg * | lastFound |
| Internal record of last segment found by a search. More... | |
| LALSeg* LALSegList::segs |
Pointer to array of segments (LALSeg structures)
Definition at line 179 of file Segments.h.
| size_t LALSegList::arraySize |
Size of array for which memory is allocated.
Definition at line 180 of file Segments.h.
| UINT4 LALSegList::length |
Number of segments in this segment list.
Definition at line 181 of file Segments.h.
| UINT4 LALSegList::dplaces |
Decimal places (0,3,6,9) to format GPS times.
Definition at line 182 of file Segments.h.
| UINT4 LALSegList::sorted |
Flag to indicate whether segment list is sorted.
Definition at line 183 of file Segments.h.
| UINT4 LALSegList::disjoint |
Flag to indicate whether segment list is disjoint.
Definition at line 184 of file Segments.h.
| UINT4 LALSegList::initMagic |
Internal value to help ensure list was initialized.
Definition at line 185 of file Segments.h.
| LALSeg* LALSegList::lastFound |
Internal record of last segment found by a search.
Definition at line 186 of file Segments.h.