iLLD_TC27xD  1.0
Ifx_GlobalResources.c File Reference

Go to the source code of this file.

Data Structures

struct  Ifx_GlobalResources
 Global resource object. More...
 

Functions

void * Ifx_GlobalResources_get (sint32 id)
 
sint32 Ifx_GlobalResources_getIndex (void *resource)
 Returns the global resource index. More...
 
const Ifx_GlobalResources_ItemIfx_GlobalResources_getItem (sint32 id)
 
pchar Ifx_GlobalResources_getName (sint32 id)
 
boolean Ifx_GlobalResources_init (const Ifx_GlobalResources_Item *table, uint32 size)
 

Data Structure Documentation

struct Ifx_GlobalResources

Global resource object.

Definition at line 27 of file Ifx_GlobalResources.c.

Collaboration diagram for Ifx_GlobalResources:
Data Fields
sint32 size Size of the global resource table.
const Ifx_GlobalResources_Item * table Pointer to the global resource table.