GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> MSG_DB / dev > msg_data / linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

MSG_DB_data.h File Reference

CDM database instance: parameters for the MSG system. More...

#include <MSG_DB/MSG_DB_schema.h>

Defines

#define CDM_MSG_DB_MSG_DATA_SCHEMA   MSG_DB_SCHEMA
#define CDM_MSG_DB_MSG_DATA_INSTANCE   MSG_DB_INSTANCE
#define CDM_MSG_DB_MSG_DATA_VERSION   MSG_DB_VERSION
#define CDM_MSG_DB_MSG_DATA_HANDLE   data

Variables

static char * plugin []
 List of plug-ins for the MSG system.
static const MSG_DB_Schema data
 Configurable settings for the MSG system.


Detailed Description

CDM database instance: parameters for the MSG system.

CVS $Id: MSG_DB_data.h,v 1.4 2011/03/25 00:15:14 apw Exp $
Author:
A.P.Waite

Variable Documentation

static const MSG_DB_Schema data [static]

Initial value:

{
    64,                                   
    256,                                  
    sizeof( plugin ) / sizeof( char * ),  
    plugin                                
}
Configurable settings for the MSG system.

static const char * plugin[] [static]

Initial value:

 
{
    "MSG_printAttach",                     
        "LCM_msgAttachCTDB",                   
        "LCM_msgAttachSSR"                     
}
List of plug-ins for the MSG system.

The names listed here will be looked up in the (CMX) symbol lookup tables, and if present, will be called in sequence to attach MSG plug-ins. The routines listed here must conform to the callback prototype MSG_DB_cb_AttachPlugin as defined in MSG_DB/MSG_DB_schema.h.


Generated on Thu Mar 24 17:16:58 2011 by  doxygen 1.5.8