IPC API  3.40.00.06
Data Fields
ListMP_Params Struct Reference

Structure defining parameter structure for ListMP_create(). More...

#include <ListMP.h>

Collaboration diagram for ListMP_Params:
Collaboration graph

Data Fields

GateMP_Handle gate
 
String name
 
UInt16 regionId
 

Detailed Description

Structure defining parameter structure for ListMP_create().

Field Documentation

GateMP_Handle ListMP_Params::gate

GateMP instance for critical region management of shared memory

Using the default value of NULL will result in use of the GateMP system gate for context protection.

String ListMP_Params::name

Name of the instance

The name (if not NULL) must be unique among all ListMP 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.

UInt16 ListMP_Params::regionId

SharedRegion ID.

The ID corresponding to the index of the shared region in which this shared instance is to be placed. This is used in create() only when name is not null.


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