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... | |
UINT4Vector * | fitFlag |
Set to 1 if the parameter has been fit in the par file. More... | |
PulsarParamType | type |
Parameter type e.g. More... | |
struct tagPulsarParam * | next |
CHAR PulsarParam::name[PULSAR_PARNAME_MAX] |
Parameter name.
Definition at line 91 of file ReadPulsarParFile.h.
void* PulsarParam::value |
Parameter value.
Definition at line 92 of file ReadPulsarParFile.h.
void* PulsarParam::err |
Parameter error/uncertainty.
Definition at line 93 of file ReadPulsarParFile.h.
UINT4Vector* PulsarParam::fitFlag |
Set to 1 if the parameter has been fit in the par file.
Definition at line 94 of file ReadPulsarParFile.h.
PulsarParamType PulsarParam::type |
struct tagPulsarParam* PulsarParam::next |
Definition at line 96 of file ReadPulsarParFile.h.