GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LIM_DB / V0-2-0

Constituent: lim_data     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

LIM_DB_data.h File Reference

CDM database instance: parameters for the LIM package. More...

#include "LIM_DB/LIM_DB_schema.h"

Include dependency graph for LIM_DB_data.h:

This graph shows which files directly or indirectly include this file:


Defines

#define CDM_LIM_DB_LIM_DATA_SCHEMA   LIM_DB_SCHEMA
#define CDM_LIM_DB_LIM_DATA_INSTANCE   LIM_DB_INSTANCE
#define CDM_LIM_DB_LIM_DATA_VERSION   LIM_DB_VERSION
#define CDM_LIM_DB_LIM_DATA_HANDLE   data
#define APID_GBM   (0x660)
#define APID_LCI   (0x67c)
#define APID_LPA   (0x674)
#define APID_LTC   (0x658)

Variables

static unsigned int physics_apids []
 List of Physics APIDs to capture.
static unsigned int cal_apids []
 List of Calibration APIDs to capture.
static const LIM_DB_Schema data
 Configurable settings for the LIM system.

Detailed Description

CDM database instance: parameters for the LIM package.

CVS $Id: LIM_DB_data.h,v 1.8 2005/10/18 23:25:45 dmay Exp $
Author:
Don May

Variable Documentation

unsigned int cal_apids[] [static]
 

Initial value:

 
{
    APID_LCI,                           
}
List of Calibration APIDs to capture.

const LIM_DB_Schema data [static]
 

Initial value:

{
    ITC_TID_LIM,                        
    "tLIM",                             
    100,                                
    16,                                 
    256,                                
    physics_apids,                      
    sizeof (physics_apids)
    / sizeof (physics_apids[0]),        
    cal_apids,                          
    sizeof (cal_apids)
    / sizeof (cal_apids[0]),            
    NULL,                               
    0,                                  
    APID_LTC,                           
    APID_LPA,                           
    APID_LPA,                           
    APID_LPA,                           
    APID_LPA,                           
    APID_LCI,                           
    APID_LCI,                           
    0,                                  
    0,                                  
    1,                                  
    0,                                  
    0,                                  
}
Configurable settings for the LIM system.

unsigned int physics_apids[] [static]
 

Initial value:

 
{
    APID_GBM,                           
    APID_LPA,                           
}
List of Physics APIDs to capture.


Generated on Sat Nov 19 20:53:33 2005 by  doxygen 1.4.4