GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > PBS / V2-10-8

Constituent: test_task     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

L_pubdefs.h File Reference

Singly linked list, public data structures. More...

#include "PBS/L_comdefs.h"

Include dependency graph for L_pubdefs.h:

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


Data Structures

struct  _L_node
 Defines the control structure needed to maintain a node on a singly linked list. More...
struct  _L_head
 Defines the control structure needed to describe the head of a singly linked list. More...

Defines

#define L_IS_EMPTY(list)   ((list)->flnk == (L_node *)&((list)->flnk))
 Tests if a list is empty.

Detailed Description

Singly linked list, public data structures.

Author:
JJRussell - russell@slac.stanford.edu
    CVS $Id: L_pubdefs.h,v 1.2 2003/08/20 17:37:01 russell Exp $

SYNOPIS
This defines the control structures needed for the L routines. The function prototypes for the non-inlined versions are defined in a separate file, since they do not depend on the structure definitions.
This file is automatically included with the file L.h

Define Documentation

#define L_IS_EMPTY list   )     ((list)->flnk == (L_node *)&((list)->flnk))
 

Tests if a list is empty.

Parameters:
list The list to test
Return values:
!= 0 if empty
== 0, if not empty


Generated on Tue Nov 22 20:29:46 2005 by  doxygen 1.4.4