Home > Support > Documentation

_OSRTSListNode Struct Reference
[Linked List Utility FunctionsLinked List Utility Functions]

#include <rtxSList.h>

List of all members.


Detailed Description

This structure is used to hold a single data item within the list. It contains a void pointer to point at any type of data item and forward pointer to the next entry in the list.


Public Attributes

void * data
_OSRTSListNodenext

Member Data Documentation

Pointer to list data item.

Pointer to next node in list.


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