![]() |
Doxygen Documentation |
|||||
Package: |
GNAT |
|||||
Version: |
V1-0-23 |
Marked: |
(not marked) |
|||
Constituent: |
gnat |
Tag: |
sun-gcc |
|||
#include <stdlib.h>
#include <string.h>
#include "GNAT/gnat.h"
#include "GNAT/bndl.h"
#include "gnat_p.h"
#include "GNAT/log.h"
Include dependency graph for bndl.c:

Defines | |
| #define | BNDL_DATA(p) ((unsigned short int *)(p->m_bndlData)) |
| Accessor macro to bundle data. | |
Functions | |
| int | gBndlClear (gnatHandle gh) |
| zeroes out the bundle array | |
| int | gBndlGetDepth (gnatHandle gh, unsigned int *depth) |
| Returns the depth of the bunlde bh in the pointer depth. | |
| int | gBndlAddChnl (gnatHandle gh, unsigned char chnlNum, unsigned int nChnlData, unsigned int *pChnlData) |
| Inserts the bits pointed to by chnlData into channel chnlNum of the channel bundle. | |
| int | gBndlGetChnl (gnatHandle gh, unsigned char chnlNum, unsigned int nChnlData, unsigned int *pChnlData) |
| Retrieves the bits contained in channel number chnlNum of bundle in gh. | |
| unsigned short * | gBndlGetBndl (gnatHandle gh) |
| returns pointer to bundle storage | |
|
||||||||||||||||||||
|
Inserts the bits pointed to by chnlData into channel chnlNum of the channel bundle.
|
|
|
zeroes out the bundle array
|
|
|
returns pointer to bundle storage
|
|
||||||||||||||||||||
|
Retrieves the bits contained in channel number chnlNum of bundle in gh.
|
|
||||||||||||
|
Returns the depth of the bunlde bh in the pointer depth.
|
1.3.3