ICP  1
Classes | Macros | Functions
isisdae.cpp File Reference
#include "stdafx.h"
#include "DAEstatus.h"
#include "isisdae.h"
#include "detector_card.h"
#include "MuonDetectorCard.h"
#include "environment_card.h"
#include "env_period_card.h"
#include "nivisa.h"
#include "vme_simulation.h"
#include "icputils.h"
#include "QxtrmInterface.h"

Go to the source code of this file.

Classes

class  ClearHistogramMemoryTask
 
class  ReadAllDAE1SpectraTask
 

Macros

#define END_IMMEDIATELY_FILE   "c:\\data\\end_now.dae"
 
#define ENV_FUNCTION(__func)
 
#define PERIOD_FUNCTION(__func)   ((m_envPeriodCards.size() > 0) ? (m_envPeriodCards[0]->__func) : 0)
 

Functions

template<typename T >
static void deletePtr (T *pCard)
 

Macro Definition Documentation

#define END_IMMEDIATELY_FILE   "c:\\data\\end_now.dae"

Definition at line 21 of file isisdae.cpp.

Referenced by ISISDAE::startRun(), and ISISDAE::stopRun().

#define ENV_FUNCTION (   __func)
#define PERIOD_FUNCTION (   __func)    ((m_envPeriodCards.size() > 0) ? (m_envPeriodCards[0]->__func) : 0)

Function Documentation

template<typename T >
static void deletePtr ( T *  pCard)
static

Definition at line 145 of file isisdae.cpp.