GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LPA_DB / V2-3-0

Constituent: lpa_db_prd_free     Tag: mv2304


Interface   Data Structures   File List   Data Fields   Globals  

LPA_DB_prd_free.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_prd_free.h:

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


Defines

#define CDM_LPA_DB_LPA_DB_PRD_FREE_SCHEMA   LPA_DB_SCHEMA
#define CDM_LPA_DB_LPA_DB_PRD_FREE_INSTANCE   1
#define CDM_LPA_DB_LPA_DB_PRD_FREE_VERSION   LPA_DB_VERSION
#define CDM_LPA_DB_LPA_DB_PRD_FREE_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_prd_free.h,v 1.2 2006/04/14 19:05:45 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],                         
    LPA_DB_PER_FREE   
}
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},
}
List of handler data for the LPA system.

static unsigned int mode_handlers[] [static]
 

Initial value:

 
{
      0x2,                                    
      0x2,                                    
      0x2,                                    
      0x2,                                  
      0x2,                                  
      0x2,                                    
      0x2,                                  
      0x2                                   
      
}
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 Fri Apr 14 21:24:09 2006 by  doxygen 1.4.4