![]() | ![]() |
GateMP_Params Struct Reference
Structure defining parameters for the GateMP module. More...
#include <GateMP.h>
Data Fields | |
| String | name |
| UInt16 | regionId |
| GateMP_LocalProtect | localProtect |
| GateMP_RemoteProtect | remoteProtect |
Detailed Description
Structure defining parameters for the GateMP module.
Field Documentation
| String GateMP_Params::name |
Name of this instance.
The name (if not NULL) must be unique among all GateMP instances in the entire system. When creating a new heap, it is necessary to supply an instance name.
| UInt16 GateMP_Params::regionId |
Shared region ID
The index corresponding to the shared region from which shared memory will be allocated.
If not specified, the default of '0' will be used.
Local protection level
The default value is GateMP_LocalProtect_THREAD
Remote protection level
The default value is GateMP_RemoteProtect_SYSTEM
The documentation for this struct was generated from the following file:
Copyright 2010, Texas Instruments Incorporated
本文深入解析GateMP模块的参数结构,包括实例名称、共享区域ID、本地保护级别和远程保护级别等关键字段的详细说明。



2519

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



