GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > GRBP_DB / V0-4-2

Constituent: grbp_db_epu     Tag: mv2304


Interface   Data Structures   File List   Data Fields   Globals  

GRBP_DB_serverMacros.h File Reference

Macros to allow one to configure the server side of the GRB detection algorithm. These macros are meant to shield the user from the details of C syntax and the structure layout. More...

#include "GRBP_DB/GRBP_DB_serverSchema.h"

Include dependency graph for GRBP_DB_serverMacros.h:

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


Defines

#define GRBP_DB_SERVER_DATA   GrbpDbServer_ ## INSTANCE
 The data for this GRBP server.
#define STANDARD_HEADER   { GRBP_DB_SERVER_SIZEOF, GRBP_DB_SERVER_SERVICESGET }
 Defines the standard header for all server (EDU) side schemas.

Variables

static const GRBP_DB_serverSchemaAll GRBP_DB_SERVER_DATA

Detailed Description

Macros to allow one to configure the server side of the GRB detection algorithm. These macros are meant to shield the user from the details of C syntax and the structure layout.

Author:
JJRussell - russell@slac.stanford.edu
   CVS $Id: GRBP_DB_serverMacros.h,v 1.1.1.1 2007/06/17 23:23:59 russell Exp $

Define Documentation

#define STANDARD_HEADER   { GRBP_DB_SERVER_SIZEOF, GRBP_DB_SERVER_SERVICESGET }
 

Defines the standard header for all server (EDU) side schemas.

All that is needed here are the names of the routines that

  • Return the sizeof the control structure
  • Construct the control structure


Variable Documentation

const GRBP_DB_serverSchemaAll GRBP_DB_SERVER_DATA [static]
 

Initial value:

                \
{                                                                         \
   STANDARD_HEADER,                                                       \
   {                                                                      \
      0                                                                   \
   }                                                                      \
}


Generated on Sat Aug 30 01:59:08 2008 by  doxygen 1.4.4