LALPulsar  6.1.0.1-b72065a
PulsarParameters Struct Reference

Detailed Description

The PulsarParameters structure to contain a set of pulsar parameters.

This is implemented as a linked list of PulsarParam structures and should only be accessed using the accessor functions below. This is intended as a replacement to the BinaryPulsarParams structure.

Definition at line 106 of file ReadPulsarParFile.h.

Data Fields

PulsarParamhead
 A linked list of PulsarParam structures. More...
 
INT4 nparams
 The total number of parameters in the structure. More...
 
LALHashTbl * hash_table
 Hash table of parameters. More...
 

Field Documentation

◆ head

PulsarParam* PulsarParameters::head

A linked list of PulsarParam structures.

Definition at line 107 of file ReadPulsarParFile.h.

◆ nparams

INT4 PulsarParameters::nparams

The total number of parameters in the structure.

Definition at line 108 of file ReadPulsarParFile.h.

◆ hash_table

LALHashTbl* PulsarParameters::hash_table

Hash table of parameters.

Definition at line 109 of file ReadPulsarParFile.h.