botsense  3.2.0
RoadNarrows Client-Server Proxied Services Framework
BsModRsrcTbl_T Struct Reference

Useful indirect indexing of handle to resource instance structure. More...

#include <bsProxyModIF.h>

Public Attributes

byte_t m_vecIndex [BSPROXY_VCONN_MOD_NUMOF]
 vecIndex[handle] -> index
 
void ** m_vecRsrc
 vecRsrc[index] -> rsrc
 
uint_t m_uMaxResources
 maximum resource count
 
uint_t m_uInUseCount
 resources in-use count
 

Detailed Description

Useful indirect indexing of handle to resource instance structure.

A module's implementation is not required to use this data structure and the associated functions. However, it can save developer's time in many instances when many handle values must be are mapped to few resources.

Definition at line 136 of file bsProxyModIF.h.


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