IRES_ResourceDescriptor Struct Reference

#include <ires_common.h>

Collaboration diagram for IRES_ResourceDescriptor:

Collaboration graph
[legend]

Detailed Description

Descriptor to Logical Resource.


Data Fields

String resourceName
IRES_ProtocolArgsprotocolArgs
IRES_ProtocolRevisionrevision
IRES_Objhandle


Field Documentation

String IRES_ResourceDescriptor::resourceName

String containing the package name to identify the resource.

struct IRES_ProtocolArgs* IRES_ResourceDescriptor::protocolArgs

Pointer to the Resource Protocol Arguments. The Resource Manager selects the appropriate Resource Protocol based on the supplied "resourceName", and uses the protocol to construct the IRES Resource Handle.

IRES_ProtocolRevision* IRES_ResourceDescriptor::revision

The revision of the IRES_ResourceProtocol Interface expected by the client algorithm.

struct IRES_Obj* IRES_ResourceDescriptor::handle

The handle to the object representing the requested resource. The handle is initially set to 'null' by the requesting algorithm. The 'resource manager' allocates the resource and constructs the handle.


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