ICP  1
Classes | Variables
isiscrpt_items.h File Reference

Go to the source code of this file.

Classes

struct  char_item
 
struct  int_item
 
struct  real_item
 
struct  int_array_item
 
struct  real_array_item
 

Variables

static char_item char_items []
 
static real_item real_items []
 
static int always_one = 1
 
static int_item int_items []
 
static int_array_item int_array_items []
 
static real_array_item real_array_items []
 

Variable Documentation

int always_one = 1
static

Definition at line 21 of file isiscrpt_items.h.

char_item char_items[]
static
Initial value:
= {
{ "TITL", this->long_title },
{ "NAME", this->inst_name },
{ "USER", this->user_name }
}

Definition at line 11 of file isiscrpt_items.h.

Referenced by ISISCRPT_STRUCT::getCharItem().

int_array_item int_array_items[]
static
Initial value:
= {
{ "MDET", this->mdet.data(), &(this->nmon), 0 },
{ "SPEC", this->spec, &(this->ndet), 0 },
{ "UDET", this->udet, &(this->ndet), 0 }
}

Definition at line 43 of file isiscrpt_items.h.

Referenced by ISISCRPT_STRUCT::getIntArrayItem(), ISISCRPT_STRUCT::getIntArrayItemSize(), and ISISCRPT_STRUCT::getIntItem().

int_item int_items[]
static
Initial value:
= {
{ "RUN_STATUS", &(this->run_status) },
{ "SE_STATUS", &(this->se_status) },
{ "NTC1", &(this->ntc[0]) },
{ "NTC2", &(this->ntc[1]) },
{ "NTC3", &(this->ntc[2]) },
{ "NTC4", &(this->ntc[3]) },
{ "NSP1", &(this->nsp[0]) },
{ "NSP2", &(this->nsp[1]) },
{ "NSP3", &(this->nsp[2]) },
{ "NSP4", &(this->nsp[3]) },
{ "NPER", &(this->nper) },
{ "NDET", &(this->ndet) },
{ "NPER", &(this->nper) },
{ "NUSE", &(this->nuse) },
{ "NMON", &(this->nmon) },
{ "PRE1", &(always_one) },
{ "RUN", &(this->run_number) }
}
static int always_one

Definition at line 23 of file isiscrpt_items.h.

Referenced by ISISCRPT_STRUCT::getIntItem().

real_array_item real_array_items[]
static
Initial value:
= {
{ "TTHE", this->tthe, &(this->ndet), 0 },
{ "LEN2", this->len2, &(this->ndet), 0 },
{ "DELT", this->delt, &(this->ndet), 0 },
{ "PHI", &(this->ut[0]), &(this->ndet), 0 },
{ "UT01", &(this->ut[0]), &(this->ndet), 0 }
}

Definition at line 49 of file isiscrpt_items.h.

Referenced by ISISCRPT_STRUCT::getRealArrayItemHelper(), ISISCRPT_STRUCT::getRealArrayItemSize(), and ISISCRPT_STRUCT::getRealItem().

real_item real_items[]
static
Initial value:
= {
{ "L1", &(this->i_l1) }
}

Definition at line 17 of file isiscrpt_items.h.

Referenced by ISISCRPT_STRUCT::getRealItem().