RTEMS
5.0.0
|
#include <chain.h>
Data Fields | |
Chain_Node * | next |
Chain_Node * | previous |
This is used to manage each element (node) which is placed on a chain.
Chain_Node* Chain_Node_struct::next |
This points to the node after this one on this chain.
Chain_Node* Chain_Node_struct::previous |
This points to the node immediate prior to this one on this chain.