Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALPlaceAndGPS Struct Reference

Detailed Description

This structure stores pointers to a LALDetector and a LIGOTimeGPS.

Its sole purpose is to aggregate these structures for passing to functions.

Definition at line 100 of file Date.h.

Data Fields

const LALDetectorp_detector
 pointer to a detector More...
 
LIGOTimeGPSp_gps
 Pointer to a GPS time structure. More...
 

Field Documentation

◆ p_detector

const LALDetector* LALPlaceAndGPS::p_detector

pointer to a detector

Definition at line 103 of file Date.h.

◆ p_gps

LIGOTimeGPS* LALPlaceAndGPS::p_gps

Pointer to a GPS time structure.

Definition at line 104 of file Date.h.