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

Constituent: lpa_db_prd_lim     Tag: rad750


Interface   Data Structures   File List   Data Fields   Globals  

LPA_DB_prd_lim.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/EMP_DB_schema.h"
#include "LSF/LSF_ids.h"

Include dependency graph for LPA_DB_prd_lim.h:

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


Defines

#define CDM_LPA_DB_LPA_DB_PRD_LIM_SCHEMA   LPA_DB_SCHEMA
#define CDM_LPA_DB_LPA_DB_PRD_LIM_INSTANCE   2
#define CDM_LPA_DB_LPA_DB_PRD_LIM_VERSION   LPA_DB_VERSION
#define CDM_LPA_DB_LPA_DB_PRD_LIM_HANDLE   data

Variables

static LPA_DB_Datagram datagram
 List of datagram configuration parameters for the LPA system.
static LPA_DB_Grb grb
 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_prd_lim.h,v 1.5 2006/07/25 18:26:10 smaldona Exp $
Author:
S.Maldonado

Variable Documentation

static const LPA_DB_Schema data [static]
 

Initial value:

{
    &datagram,                                 
    &grb,                              
    sizeof(outputs)/sizeof(LPA_DB_Output),     
    &outputs[0],                               
    sizeof(handlers)/sizeof(LPA_DB_Handler),   
        &handlers[0],                              
    LPA_DB_PER_LIMIT     
}
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 grb [static]
 

Initial value:

 
{
    5000,                         
    100,                          
}
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},
    
      {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 Fri Oct 20 23:49:12 2006 by  doxygen 1.4.4