Data Fields

RMAN_Params Struct Reference
[Resource Manager for IRES-based resources]

The module configuration structure for RMAN. It is set at design time by the system integrator to register the specific Resource Managers(IRESMAN implementations). More...

#include <rman.h>

Data Fields

short numRegistries
 Number of registry entries in the RMAN table.
IRESMAN_PersistentAllocFxnallocFxn
 Memory allocation function for all RMAN memory requirements.
IRESMAN_PersistentFreeFxnfreeFxn
 Memory free function for all RMAN memory requirements.
IRES_YieldFxn yieldFxn
 Yield function used to yield to same/higher priority algorithms. If yielding is supported set to valid function, * else NULL.
Bool yieldSamePriority
 Flag indicating if yield to same priority is okay.

Detailed Description

The module configuration structure for RMAN. It is set at design time by the system integrator to register the specific Resource Managers(IRESMAN implementations).

Remarks:
Typically, system integrators configure these settings using XDC config scripts. System integrators that use that method of configuration can ignore this structure definition. It's auto-generated during the config step by the XDC Tools.

Field Documentation

Number of registry entries in the RMAN table.

Memory allocation function for all RMAN memory requirements.

Memory free function for all RMAN memory requirements.

Yield function used to yield to same/higher priority algorithms. If yielding is supported set to valid function, * else NULL.

Flag indicating if yield to same priority is okay.


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