Go to the source code of this file.
Defines | |
#define | ELE_CONFIG_MATRIX_NAME "EleConfig" |
name of the QMatrix used to store electronics configuration | |
#define | LC_PROCEDURE_TYPE_AUXNAME "LcProcedureType" |
name of the auxdata variable used to propagate information on the load curves procedure type | |
#define | LC_INITFILE_AUXNAME "LcInitFileName" |
name of the auxdata variable used to propagate the name of the file containing initial electronics configuration | |
#define | LC_MEASNAME_ELECHECK "EleCheck" |
name of the measurement used in the "electronics check" step | |
#define | LC_MEASNAME_BOLOCHECK "BoloCheck" |
name of the measurement used in the "bolometers check" step | |
Enumerations | |
enum | QLCProcedure_t { LC_INVALID = 0, LC_ELECHECK = 1, LC_BOLOCHECK = 2 } |
used to define the type of load curves procedure to be performed More... |
#define ELE_CONFIG_MATRIX_NAME "EleConfig" |
name of the QMatrix used to store electronics configuration
ELE_CONFIG_MATRIX_NAME
Referenced by MLCMeasCollector::ReadInitFile(), and MLCMeasCollector::~MLCMeasCollector().
#define LC_INITFILE_AUXNAME "LcInitFileName" |
name of the auxdata variable used to propagate the name of the file containing initial electronics configuration
LC_INITFILE_NAME
Referenced by MLCMeasCollector::Do(), and MLCBaseController::ReadInitFile().
#define LC_MEASNAME_BOLOCHECK "BoloCheck" |
name of the measurement used in the "bolometers check" step
LC_MEASNAME_BOLOCHECK
Referenced by QBoloCheckLoadCurve::Dump(), and MLCBoloCheckController::InitFlowController().
#define LC_MEASNAME_ELECHECK "EleCheck" |
name of the measurement used in the "electronics check" step
LC_MEASNAME_ELECHECK
Referenced by QEleCheckLoadCurve::Dump(), and MLCEleCheckController::InitFlowController().
#define LC_PROCEDURE_TYPE_AUXNAME "LcProcedureType" |
name of the auxdata variable used to propagate information on the load curves procedure type
LC_PROCEDURE_TYPE_AUXNAME
Referenced by MLCMeasCollector::Do(), and MLCBaseController::Init().
enum QLCProcedure_t |