#include <lal/LALStdlib.h>#include <lal/StringInput.h>#include <lal/SkyCoordinates.h>#include <lal/Date.h>Include dependency graph for PulsarCat.h:

Go to the source code of this file.
| #define PULSARCATH_ENUL 1 |
Definition at line 106 of file PulsarCat.h.
| #define PULSARCATH_EOUT 2 |
Definition at line 107 of file PulsarCat.h.
| #define PULSARCATH_EMEM 3 |
Definition at line 108 of file PulsarCat.h.
| #define PULSARCATH_EPARSE 4 |
Definition at line 109 of file PulsarCat.h.
| #define PULSARCATH_MSGENUL "Unexpected null pointer in arguments" |
Definition at line 111 of file PulsarCat.h.
| #define PULSARCATH_MSGEOUT "Output handle points to a non-null pointer" |
Definition at line 112 of file PulsarCat.h.
| #define PULSARCATH_MSGEMEM "Memory allocation error" |
Definition at line 113 of file PulsarCat.h.
| #define PULSARCATH_MSGEPARSE "Error parsing input file" |
Definition at line 114 of file PulsarCat.h.
| typedef struct tagCompanionNode CompanionNode |
| typedef struct tagPulsarCatNode PulsarCatNode |
| enum PulsarCatIndex |
Definition at line 323 of file PulsarCat.h.
| NRCSID | ( | PULSARCATH | , | |
| "$Id: PulsarCat. | h, | |||
| v 1.6 2007/06/08 14:41:50 bema Exp $" | ||||
| ) |
| void LALUpdatePulsarCatNode | ( | LALStatus * | status, | |
| PulsarCatNode * | node, | |||
| LALPlaceAndGPS * | detectorTime, | |||
| EphemerisData * | edat | |||
| ) |
Definition at line 208 of file PulsarCat.c.
| void LALUpdatePulsarCat | ( | LALStatus * | status, | |
| PulsarCatNode * | head, | |||
| LALPlaceAndGPS * | detectorTime, | |||
| EphemerisData * | edat | |||
| ) |
Definition at line 405 of file PulsarCat.c.
| void LALDestroyPulsarCat | ( | LALStatus * | status, | |
| PulsarCatNode ** | head | |||
| ) |
Definition at line 432 of file PulsarCat.c.
Definition at line 371 of file PulsarCatInput.c.
| void LALReadPulsarCatLine | ( | LALStatus * | status, | |
| PulsarCatNode * | node, | |||
| TokenList * | list, | |||
| INT4 | indx[PULSARCATINDEX_NUM] | |||
| ) |
Definition at line 437 of file PulsarCatInput.c.
1.5.2