![]() | ![]() |
ListMP_Params Struct Reference
Structure defining parameter structure for ListMP_create(). More...
#include <ListMP.h>
Data Fields | |
| GateMP_Handle | gate |
| String | name |
| UInt16 | regionId |
Detailed Description
Structure defining parameter structure for ListMP_create().
Field Documentation
GateMP instance for critical region management of shared memory
Using the default value of NULL will result in use of the GateMP system gate for context protection.
| String ListMP_Params::name |
Name of the instance
The name must be unique among all ListMP instances in the system. When creating using name and region Id, the name must not be null.
| UInt16 ListMP_Params::regionId |
SharedRegion ID.
The ID corresponding to the index of the shared region in which this shared instance is to be placed. This is used in create() only when name is not null.
The documentation for this struct was generated from the following file:
Copyright 2010, Texas Instruments Incorporated
本文深入解析ListMP创建函数的参数结构,包括GateMP实例、名称和共享区域ID的详细说明。


1959

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



