GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LPA_DB / V5-0-1

Constituent: lpa_db_data     Tag: linux-gcc


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 "XFC_DB/DFC_DB_schema.h"
#include "XFC_DB/DFC_DB_instance.h"
#include "XFC_DB/HFC_DB_schema.h"
#include "XFC_DB/HFC_DB_instance.h"
#include "XFC_DB/MFC_DB_schema.h"
#include "XFC_DB/MFC_DB_instance.h"
#include "EMP_DB/ASC_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 outputs []
 List of output configuration parameters for the LPA system.
static LPA_DB_Handler handlers []
 List of handler data for the LPA system.
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.16 2007/05/18 19:28:07 smaldona Exp $
Author:
S.Maldonado

Variable Documentation

static const LPA_DB_Schema data [static]
 

Initial value:

{
    &datagram,                               
    sizeof(outputs)/sizeof(LPA_DB_Output),   
    &outputs[0],                             
    sizeof(handlers)/sizeof(LPA_DB_Handler), 
        &handlers[0],                            
    { 0x00000002,                    
      0x00000002,                    
      0x00000002,                    
      0x00000002,                    
      0x00000002,                    
      0x00000002,                    
      0x00000002,                    
      0x00000002,                    
    }
}
Configurable settings for the LPA handlers.

static datagram [static]
 

Initial value:

 
{
    8,                                  
    2,                                 
    { 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, ASC_DB_SCHEMA,ASC_DB_INSTANCE},
      {3,3, MFC_DB_SCHEMA,MFC_DB_INSTANCE_K_MASTER},
      {4,4, HFC_DB_SCHEMA,HFC_DB_INSTANCE_K_MASTER},
      {5,5, DFC_DB_SCHEMA,DFC_DB_INSTANCE_K_MASTER},      
}
List of handler data for the LPA system.

static outputs [static]
 

Initial value:

 
{
    {
        "LPA_getDgmOutputSvc",               
        0,                                       
        LPA_DB_OUTPUT_DGM,                  
        1024*64,                            
        8,                                  
    },    
    {
        "LPA_getGrbOutputSvc",               
        0,                                      
        LPA_DB_OUTPUT_GRB,                           
        1024,                               
        8,                                  
    },
}
List of output configuration parameters for the LPA system.


Generated on Wed Jun 27 05:05:56 2007 by  doxygen 1.4.4