![]() |
![]() |
Structure defining parameter structure for ListMP_create(). More...
#include <ListMP.h>
Data Fields | |
GateMP_Handle | gate |
String | name |
UInt16 | regionId |
Structure defining parameter structure for ListMP_create().
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 must be unique among all ListMP instances in the system. When creating using name and region Id, the name must not be null.
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.