Data Fields

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

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.

The name does not have to be persistent. The supplied string is copied into persistent memory.

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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Copyright 2011, Texas Instruments Incorporated