Index of OpenRM - RM Library

RMcompList
typedef struct RMcompList
{
    unsigned int objIndx;	/* index into object pool */
    int nextIndx;	/* index to next item in list */
    int prevIndx;	/* index to prev item in list */
    int myIndx;		/* index of this entry in metalist */
} RMcompList;
librm library source file: rmcmpmgr.h