This is Unofficial EPICS BASE Doxygen Site
ELLNODE Struct Reference

List node type. More...

#include "ellLib.h"

+ Collaboration diagram for ELLNODE:

Public Attributes

struct ELLNODEnext
 Pointer to next node in list. More...
 
struct ELLNODEprevious
 Pointer to previous node in list. More...
 

Detailed Description

List node type.

A list node (an ELLNODE) must be embedded in the structure to be placed on the list, ideally as the first member of that structure.

If the node is elsewhere in the structure, care must be taken to convert between the structure pointer and the node pointer and back every time when calling routines in the ellLib API. The ellFree() and ellFree2() routines cannot be used with such a list.

Definition at line 45 of file ellLib.h.

Member Data Documentation

struct ELLNODE* ELLNODE::next

Pointer to next node in list.

Definition at line 46 of file ellLib.h.

struct ELLNODE* ELLNODE::previous

Pointer to previous node in list.

Definition at line 47 of file ellLib.h.


The documentation for this struct was generated from the following file: