![]() |
Doxygen Documentation |
|||||
Package: |
GNAT |
|||||
Version: |
V1-0-23 |
Marked: |
(not marked) |
|||
Constituent: |
xbrd |
Tag: |
sun-gcc |
|||
#include "GNAT/gerr.h"
Include dependency graph for gnat.h:

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

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 _gnat * | gnatHandle |
| Typedef for struct _gnat*. | |
|
|
Value: if ( (status) != G_OK ) { \ return status; \ }
|
|
|
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 ). |
|
|
Maximum out going channel number. Valid channel numbers range from 0 to MAX_CHANNEL. |
1.3.3