Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
PulsarParam Struct Reference

Detailed Description

The PulsarParam list node structure.

This structure contains a pulsar parameter defined by the name.

This should only be accessed using the accessor functions below.

Definition at line 90 of file ReadPulsarParFile.h.

Data Fields

CHAR name [PULSAR_PARNAME_MAX]
 Parameter name. More...
 
void * value
 Parameter value. More...
 
void * err
 Parameter error/uncertainty. More...
 
UINT4VectorfitFlag
 Set to 1 if the parameter has been fit in the par file. More...
 
PulsarParamType type
 Parameter type e.g. More...
 
struct tagPulsarParam * next
 

Field Documentation

◆ name

CHAR PulsarParam::name[PULSAR_PARNAME_MAX]

Parameter name.

Definition at line 91 of file ReadPulsarParFile.h.

◆ value

void* PulsarParam::value

Parameter value.

Definition at line 92 of file ReadPulsarParFile.h.

◆ err

void* PulsarParam::err

Parameter error/uncertainty.

Definition at line 93 of file ReadPulsarParFile.h.

◆ fitFlag

UINT4Vector* PulsarParam::fitFlag

Set to 1 if the parameter has been fit in the par file.

Definition at line 94 of file ReadPulsarParFile.h.

◆ type

PulsarParamType PulsarParam::type

Parameter type e.g.

REAL8, CHAR, INT4

Definition at line 95 of file ReadPulsarParFile.h.

◆ next

struct tagPulsarParam* PulsarParam::next

Definition at line 96 of file ReadPulsarParFile.h.