Doxygen Documentation

Main Index

Package Index

Package:

GNAT

Version:

V1-0-23

Marked:

(not marked)

Constituent:

gnat

Tag:

sun-gcc


Interface   Compound List   File List   Compound Members   File Members  

gnat.h File Reference

Defines public aspects of the GNAT driver. More...

#include "GNAT/gerr.h"

Include dependency graph for gnat.h:

Include dependency graph

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

Included by dependency graph

Defines

#define MAX_BNDL_DEPTH   (5)
 Maximum depth of a channel bundle.

#define MAX_CHANNEL   (15)
 Maximum out going channel number.

#define _CHECK(status)
 Checks if the status value is G_OK, returns if not.


Typedefs

typedef _gnatgnatHandle
 Typedef for struct _gnat*.


Detailed Description

Defines public aspects of the GNAT driver.

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

Define Documentation

#define _CHECK status   ) 
 

Value:

if ( (status) != G_OK ) {                       \
  return status;                                \
}
Checks if the status value is G_OK, returns if not.

#define MAX_BNDL_DEPTH   (5)
 

Maximum depth of a channel bundle.

5 is deep enough to hold 1 cell -- That's enough space for 5 * 32 bits of serial information. 1 cell is 128 bits ( 4 * 32 ).

#define MAX_CHANNEL   (15)
 

Maximum out going channel number.

Valid channel numbers range from 0 to MAX_CHANNEL.


Generated on Tue Apr 6 11:12:32 2004 by doxygen 1.3.3