GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > GRB / V1-3-0

Constituent: grb_doc     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

GRB_epu.h File Reference

Gamma Ray Burst Analysis Code Defines the interface to and data structures containing the parameters used in processing and generating EPU gamma ray burst alerts. More...

#include "GRB/GRB_msgdef.h"

Include dependency graph for GRB_epu.h:

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


Data Structures

struct  _GRB_epuServices
 Structure containing the EPU GRB services. More...

Typedefs

typedef unsigned int(* GRB_epuSizeofRtn )(void *prm)
 Signature for a routine to get EPU GRB services size.
typedef const GRB_epuServices *(* GRB_epuServicesGetRtn )(void *ctl, void *prm)
 Signature for a routine to get EPU GRB services.
typedef int(* GRB_epuProcessRtn )(void *ctl, void *ixb, const GRB_msgHdr *msg, int len32)
 Signature for a routine to process EPU GRB events.
typedef _GRB_epuServices GRB_epuServices
 Typedef for struct GRB_epuServices.

Detailed Description

Gamma Ray Burst Analysis Code Defines the interface to and data structures containing the parameters used in processing and generating EPU gamma ray burst alerts.

Author:
Sergio Maldonado - smaldona@slac.stanford.edu
    CVS $Id: GRB_epu.h,v 1.3 2007/05/18 18:55:43 smaldona Exp $

Typedef Documentation

GRB_epuProcessRtn
 

Signature for a routine to process EPU GRB events.

Returns:
Count of 32 bit words written to message buffer
Parameters:
ctl User control
ixb Information exchange block
msg GRB message header
len32 Count of 32 bit words available in GRB message buffer

GRB_epuServices
 

Typedef for struct GRB_epuServices.

This structure describes the content of an EPU GRB services block

const GRB_epuServicesGetRtn
 

Signature for a routine to get EPU GRB services.

Returns:
GRB services pointer
Parameters:
ctl User control
prm User parameter

GRB_epuSizeofRtn
 

Signature for a routine to get EPU GRB services size.

Returns:
Size in bytes of EPU services
Parameters:
prm User parameter


Generated on Sun Jun 14 02:08:39 2009 by  doxygen 1.4.4