![]() | ![]() |
ListMP_Elem Struct Reference
Structure defining a ListMP element. More...
#include <ListMP.h>
Data Fields | |
| volatile SharedRegion_SRPtr | next |
| volatile SharedRegion_SRPtr | prev |
Detailed Description
Structure defining a ListMP element.
Field Documentation
| volatile SharedRegion_SRPtr ListMP_Elem::next |
SharedRegion pointer to next element
| volatile SharedRegion_SRPtr ListMP_Elem::prev |
SharedRegion pointer to previous element
The documentation for this struct was generated from the following file:
Copyright 2010, Texas Instruments Incorporated
本文介绍了ListMP元素结构,该结构定义了ListMP中的每个元素,并详细解释了其内部的两个关键字段:next和prev,这两个字段分别指向链表中的下一个和上一个元素。


7129

被折叠的 条评论
为什么被折叠?



