GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > GNAT / dev

Constituent: gnat_xbrd     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

xbrd_p.h File Reference

Defines private aspects of the xbrd interface. More...

#include "xbrd_reg_p.h"

Include dependency graph for xbrd_p.h:

Include dependency graph

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

Included by dependency graph

Data Structures

struct  _xbrd
 struct containing base parameters for the transition board More...


Defines

#define GX_VERIFY_HANDLE(gx)
 Check if handle properly allocated and if transition board detected.


Detailed Description

Defines private aspects of the xbrd interface.

Author:
Curt Brune -- curt@slac.stanford.edu

Define Documentation

#define GX_VERIFY_HANDLE gx   ) 
 

Value:

if ( !(gx)) { \
    return XBRD_ERR_BAD_HANDLE; \
  }\
    \
  if ( !((gx)->m_detect)) { \
    return XBRD_ERR_BRD_DETECT; \
  } \
Check if handle properly allocated and if transition board detected.


Generated on Fri Oct 22 04:27:57 2004 by doxygen 1.3.3