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_gbmMsg.h File Reference

Gamma Ray Burst GBM Messages Defines the interface for processing of GBM messages. More...

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


Data Structures

struct  _GRB_gbmCalcMsg
 Structure containing a GBM Calc Info message. More...
struct  _GRB_gbmRptMsg
 Structure containing a GBM Repoint message. More...
struct  _GRB_gbmCloseMsg
 Structure containing a GBM Close message. More...

Typedefs

typedef void(* GRB_gbmIntRtn )(void *ctl)
 Signature for a routine to handle the GBM interrupt signal.
typedef void(* GRB_gbmCalcRtn )(void *ctl, GRB_gbmCalcMsg *dat)
 Signature for a routine to handle the GBM Calc telecommand data.
typedef void(* GRB_gbmRptRtn )(void *ctl, GRB_gbmRptMsg *dat)
 Signature for a routine to handle the GBM Repoint telecommand data.
typedef int(* GRB_gbmCloseRtn )(void *ctl, GRB_gbmCloseMsg *dat)
 Signature for a routine to handle the GBM Closeout telecommand data.
typedef _GRB_gbmCalcMsg GRB_gbmCalcMsg
 Typedef for struct _GRB_gbmCalcMsg.
typedef _GRB_gbmRptMsg GRB_gbmRptMsg
 Typedef for struct _GRB_gbmRptMsg.
typedef _GRB_gbmCloseMsg GRB_gbmCloseMsg
 Typedef for struct _GRB_gbmCloseMsg.

Detailed Description

Gamma Ray Burst GBM Messages Defines the interface for processing of GBM messages.

Author:
Sergio Maldonado - smaldona@slac.stanford.edu
    CVS $Id: GRB_gbmMsg.h,v 1.5 2007/12/05 19:34:12 smaldona Exp $

Typedef Documentation

GRB_gbmCalcMsg
 

Typedef for struct _GRB_gbmCalcMsg.

This structure describes the content of a GBM Calc Info message.

GRB_gbmCalcRtn
 

Signature for a routine to handle the GBM Calc telecommand data.

Parameters:
ctl User control parameter
dat GBM message data

GRB_gbmCloseMsg
 

Typedef for struct _GRB_gbmCloseMsg.

This structure describes the content of a GBM Close message.

GRB_gbmCloseRtn
 

Signature for a routine to handle the GBM Closeout telecommand data.

Parameters:
ctl User control parameter
dat GBM message data
Returns:
GRB finish inhibit flag - 0 allow, non-zero inhibit

GRB_gbmIntRtn
 

Signature for a routine to handle the GBM interrupt signal.

Parameters:
ctl User control parameter

GRB_gbmRptMsg
 

Typedef for struct _GRB_gbmRptMsg.

This structure describes the content of a GBM Repoint message.

GRB_gbmRptRtn
 

Signature for a routine to handle the GBM Repoint telecommand data.

Parameters:
ctl User control parameter
dat GBM message data


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