Sensix
Wireless Sensor Network Middleware



   Home


   Project Page


   Download


   CVS




 Hosted by
Get SENSIX at SourceForge.net. Fast, secure 
and Free Open Source software downloads

avlnode Struct Reference

List of all members.

Public Attributes

void * element
unsigned long key
struct avlnodeleft
struct avlnoderight
struct avlnodenext
struct avlnodeprev
unsigned int height


Detailed Description

Definition at line 65 of file avl.c.


Member Data Documentation

Definition at line 66 of file avl.c.

unsigned long avlnode::key

Definition at line 67 of file avl.c.

struct avlnode* avlnode::left [read]

Definition at line 68 of file avl.c.

struct avlnode * avlnode::right [read]

Definition at line 68 of file avl.c.

struct avlnode* avlnode::next [read]

Definition at line 69 of file avl.c.

struct avlnode * avlnode::prev [read]

Definition at line 69 of file avl.c.

unsigned int avlnode::height

Definition at line 70 of file avl.c.


The documentation for this struct was generated from the following file:
  • /home/brennan/Software/sensix/source/avl.c


© 2008, Los Alamos National Security, LLC.