GLAST / LAT > DAQ and FSW > FSW > Doxygen Index> IPBS / V0-0-2 > pbs / i845e
#include <IPBS/L_protos.h>
#include <IPBS/RW_protos.h>
#include <IPBS/LI.h>
Functions | |
| int | LI_init (LI_head *list, LI_type type) |
| Initializes the list head of a singly linked list to an empty list. | |
| int | LI_destroy (LI_head *list) |
| Destroys the data structures associate with a list. | |
CVS $Id: LI.c,v 1.2 2011/03/25 21:14:41 saxton Exp $
This file simple picks up the correct implementation for the various platforms, redefining the inline versions to be traditional callable routines.
| int LI_destroy | ( | LI_head * | list | ) |
Destroys the data structures associate with a list.
| list | Pointer to the list to destroy. |
References _LI_head::head, L_destroy(), _LI_head::rw, and RW_destroy().
Referenced by FORK_destroy(), and FPA_destroy().
Initializes the list head of a singly linked list to an empty list.
| list | Pointer to the list to initialize. | |
| type | The type of interlocking linked list |
References _LI_head::head, L_init(), _LI_head::rw, and RW_init().
Referenced by FORK_create(), and FPA_init().
1.5.8