Data Fields
Rm_ClientDelegateCfg Struct Reference

RM client delegate (CD) initialization configurations. More...

#include <rm.h>

Data Fields

void * cdPolicy

Detailed Description

RM client delegate (CD) initialization configurations.


Field Documentation

Pointer to a client delegate policy used by the CD to allocate resources without contacting the server. The cdPolicy will be used by the CD to determine whether clients connected to the CD can be allocated resources provided to the CD by the server.

The cdPolicy will also act as a static policy until the transport to the server has been established. Static allocations can occur before the instance has been attached to a server instance within the RM system. This is useful for allocating resources prior to main(). Resources allocated via the static policy will be verified against the global policy once the CD connects with the server. The static policy must be in DTB format.

To guarantee proper resource permission synchronization between the CD and server the cdPolicy must either be an exact copy of the globalPolicy or a exact replica of a subset of the globalPolicy provided to the server at initialization.


The documentation for this struct was generated from the following file:

Copyright 2014, Texas Instruments Incorporated