lemAutoRun
1.0
|
#include <QObject>
#include <QString>
#include <QDateTime>
#include <QTimer>
#include <QElapsedTimer>
#include <QVector>
#include <QMap>
#include <QIODevice>
#include <QXmlStreamReader>
#include <QFile>
#include "PGlobals.h"
#include "PPwd.h"
#include "PExperiment.h"
#include "PKey.h"
#include "lemAutoRun.h"
Go to the source code of this file.
Classes | |
struct | SampleTempInfo |
struct | RunInfo |
class | PLemAutoRunXMLParser |
class | PLemSampleCryoXMLParser |
class | PLemHvSettingsFileParser |
class | PLemAutoRun |
Macros | |
#define | SAMPLE_CRYO_INPUT 30 |
#define | SAMPLE_CRYO_OUTPUT 20 |
#define | SAMPLE_OVEN_OMEGA_INPUT 10 |
#define | SAMPLE_OVEN_OMEGA_OUTPUT 4 |
#define | SAMPLE_TEMP_HISTO_MAX 10 |
#define | NO_ENERGY_LOSS_PARAM 4 |
Functions | |
void | TdHvTripFlagChanged (HNDLE, HNDLE, void *) |
#define NO_ENERGY_LOSS_PARAM 4 |
Definition at line 50 of file PLemAutoRun.h.
Referenced by PLemAutoRun::GetAllKeys(), PLemAutoRun::GetEnergyLoss(), and PLemAutoRun::PLemAutoRun().
#define SAMPLE_CRYO_INPUT 30 |
Definition at line 44 of file PLemAutoRun.h.
Referenced by PLemAutoRun::PLemAutoRun().
#define SAMPLE_CRYO_OUTPUT 20 |
Definition at line 45 of file PLemAutoRun.h.
Referenced by PLemAutoRun::PLemAutoRun().
#define SAMPLE_OVEN_OMEGA_INPUT 10 |
Definition at line 46 of file PLemAutoRun.h.
#define SAMPLE_OVEN_OMEGA_OUTPUT 4 |
Definition at line 47 of file PLemAutoRun.h.
#define SAMPLE_TEMP_HISTO_MAX 10 |
Definition at line 48 of file PLemAutoRun.h.
Referenced by PLemAutoRun::CheckTempStability(), PLemAutoRun::ExecAutoRun(), PLemAutoRun::SampleTempTrend(), and PLemAutoRun::SetWait().
void TdHvTripFlagChanged | ( | HNDLE | , |
HNDLE | , | ||
void * | info | ||
) |
Called when the TD HV Trip Alarm flag has changed.
info | pointer to the PLemAutoRun object |
Definition at line 11242 of file PLemAutoRun.cpp.
References PLemAutoRun::ErrorMsg(), PLemAutoRun::fHvTripFlag, and LAR_MSG_NO_LINE_NO.