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

Constituent: gnat_trg     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

gnat_p.h File Reference

Defines private aspects of the gnat driver. More...

#include "GNAT/log.h"
#include "reg_p.h"
#include "latp_p.h"
#include "vasu_reg_p.h"
#include "GNAT/latp.h"

Include dependency graph for gnat_p.h:

Include dependency graph

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

Included by dependency graph

Data Structures

struct  _gnat
 struct containing base parameters for the comm io board More...


Defines

#define VERIFY_HANDLE(gh)
 Check if handle properly allocated and if COMM board detected.


Detailed Description

Defines private aspects of the gnat driver.

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

Define Documentation

#define VERIFY_HANDLE gh   ) 
 

Value:

if ( !(gh)) { \
    return GERR_BAD_HANDLE; \
  }\
    \
  if ( !((gh)->m_detect)) { \
    return GERR_BRD_DETECT; \
  } \
Check if handle properly allocated and if COMM board detected.


Generated on Thu Oct 21 08:31:44 2004 by doxygen 1.3.3