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. The name does not have to be in persistent memory. The supplied string is copied into persistent memory. If no name is supplied, the instance cannot be opened calling GateMP_open. The max length of the name is defined by the maxNameLen of the NameServer instance.

Shared region ID

The index corresponding to the shared region from which shared memory is allocated for the instance. If not specified, the default of '0' is used, otherwise the specified SharedRegion is used. The amount of shared memory allocated can be determined by calling GateMP_sharedMemReq.

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 2012, Texas Instruments Incorporated