Framework Components Application Programming Interface (API)  fc-v07
Data Fields
IRESMAN_Params Struct Reference

Configuration Parameters required by the Resource Manager implementation. These can be extended by individual resource managers if required. More...

#include <iresman.h>

Collaboration diagram for IRESMAN_Params:
Collaboration graph

Data Fields

Int32 size
 
IRESMAN_PersistentAllocFxnallocFxn
 Function to allocate memory required by the resource manager implementation and the protocol. More...
 
IRESMAN_PersistentFreeFxnfreeFxn
 Function to free memory released by the resource manager implementation and the protocol. More...
 

Detailed Description

Configuration Parameters required by the Resource Manager implementation. These can be extended by individual resource managers if required.

Field Documentation

Int32 IRESMAN_Params::size

Size of this structure

IRESMAN_PersistentAllocFxn* IRESMAN_Params::allocFxn

Function to allocate memory required by the resource manager implementation and the protocol.

IRESMAN_PersistentFreeFxn* IRESMAN_Params::freeFxn

Function to free memory released by the resource manager implementation and the protocol.


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