Project  1.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

String GateMP_Params::name

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.
UInt16 GateMP_Params::regionId

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().
GateMP_LocalProtect GateMP_Params::localProtect

Local protection level

The default value is GateMP_LocalProtect_THREAD

GateMP_RemoteProtect GateMP_Params::remoteProtect

Remote protection level

    The default value is #GateMP_RemoteProtect_SYSTEM

The documentation for this struct was generated from the following file:
Copyright 2013, Texas Instruments Incorporated