EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
ELLNODE Struct Reference

List node type. More...

#include <ellLib.h>

Collaboration diagram for ELLNODE:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

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 46 of file ellLib.h.


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