CRI ADX  Last Updated: 2024-07-17 10:47 p
CriAtomEx Debug API

Data Structures

struct  CriAtomExDebugResourcesInfoTag
 Status of CriAtomEx internal resources. More...
 

Typedefs

typedef struct CriAtomExDebugResourcesInfoTag CriAtomExDebugResourcesInfo
 Status of CriAtomEx internal resources. More...
 

Functions

void criAtomExDebug_GetResourcesInfo (CriAtomExDebugResourcesInfo *resources_info)
 get the status of CriAtomEx internal resources More...
 

Detailed Description

Typedef Documentation

◆ CriAtomExDebugResourcesInfo

Status of CriAtomEx internal resources.

Description:
Structure that shows the status of the CriAtomEx internal resources.
Please use the criAtomExDebug_GetResourcesInfo function to get it.
Attention
Development support debugging function. Please use only when developing applications.
See also
criAtomExDebug_GetResourcesInfo

Function Documentation

◆ criAtomExDebug_GetResourcesInfo()

void criAtomExDebug_GetResourcesInfo ( CriAtomExDebugResourcesInfo resources_info)

get the status of CriAtomEx internal resources

Parameters
[out]resources_infoStatus of CriAtomEx internal resources
Description:
Get the status of various resources within CriAtomEx.
Attention
Development support debugging function. Please use it only when developing applications.
See also
CriAtomExDebugResourcesInfo