iLLD_TC27xD
1.0
|
#include "Ifx_GlobalResources.h"
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_Item * | Ifx_GlobalResources_getItem (sint32 id) |
pchar | Ifx_GlobalResources_getName (sint32 id) |
boolean | Ifx_GlobalResources_init (const Ifx_GlobalResources_Item *table, uint32 size) |
struct Ifx_GlobalResources |
Global resource object.
Definition at line 27 of file Ifx_GlobalResources.c.
Data Fields | ||
---|---|---|
sint32 | size | Size of the global resource table. |
const Ifx_GlobalResources_Item * | table | Pointer to the global resource table. |