GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LPA_DB / V1-0-2

Constituent: lpa_db_data     Tag: mv2304


Interface   Data Structures   File List   Data Fields   Globals  

LPA_DB_data.h File Reference

CDM database instance: parameters for the LPA configuration. More...

#include "LPA_DB/LPA_DB_schema.h"
#include "PFC_DB/PFC_DB_schema.h"
#include "GFC_DB/GFC_DB_schema.h"
#include "GFC_DB/GFC_DB_instance.h"
#include "EMP_DB/EMP_DB_schema.h"
#include "LSF/LSF_ids.h"

Include dependency graph for LPA_DB_data.h:

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


Defines

#define CDM_LPA_DB_LPA_DB_DATA_SCHEMA   LPA_DB_SCHEMA
#define CDM_LPA_DB_LPA_DB_DATA_INSTANCE   LPA_DB_INSTANCE
#define CDM_LPA_DB_LPA_DB_DATA_VERSION   LPA_DB_VERSION
#define CDM_LPA_DB_LPA_DB_DATA_HANDLE   data

Variables

static LPA_DB_Datagram datagram
 List of datagram configuration parameters for the LPA system.
static LPA_DB_Output output
 List of output configuration parameters for the LPA system.
static LPA_DB_Handler handlers []
 List of handler data for the LPA system.
static unsigned int mode_handlers []
 List of default mode handler masks.
static const LPA_DB_Schema data
 Configurable settings for the LPA handlers.

Detailed Description

CDM database instance: parameters for the LPA configuration.

CVS $Id: LPA_DB_data.h,v 1.6 2006/01/24 18:01:26 smaldona Exp $
Author:
S.Maldonado

Variable Documentation

static const LPA_DB_Schema data [static]
 

Initial value:

{
    &datagram,                                 
    &output,                                   
    sizeof(handlers)/sizeof(LPA_DB_Handler),   
        &handlers[0],                              
    0,                                             
    sizeof(mode_handlers)/sizeof(unsigned int),
        &mode_handlers[0]                              
}
Configurable settings for the LPA handlers.

static datagram [static]
 

Initial value:

 
{
    1,                                    
    0,                                   
    { 0x3bb,
      0x3bc,
      0x3bd,
      0x3be },                          
    { LSF_ID_K_LSEP,
      LSF_ID_K_LSEP,
      LSF_ID_K_LSEP,
      LSF_ID_K_LSEP }                     
}
List of datagram configuration parameters for the LPA system.

static LPA_DB_Handler handlers[] [static]
 

Initial value:

 
{
      {0,0, PFC_DB_SCHEMA,PFC_DB_INSTANCE},
      {1,1, GFC_DB_SCHEMA,GFC_DB_INSTANCE_K_MASTER},
      {2,2, EMP_DB_SCHEMA,EMP_DB_INSTANCE},
}
List of handler data for the LPA system.

static unsigned int mode_handlers[] [static]
 

Initial value:

 
{
      0x1,                                    
      0x1,                                    
      0x1                                     
}
List of default mode handler masks.

static output [static]
 

Initial value:

 
{
    "LPA_getOutputSvc",                  
    0,                                   
    1024*64,                            
    8,                                  
}
List of output configuration parameters for the LPA system.


Generated on Tue Jan 24 20:31:28 2006 by  doxygen 1.4.4