![]() | ![]() |
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