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

结构体

struct  CriAtomExDebugResourcesInfoTag
 Status of CriAtomEx internal resources 更多...
 

类型定义

typedef struct CriAtomExDebugResourcesInfoTag CriAtomExDebugResourcesInfo
 Status of CriAtomEx internal resources 更多...
 

函数

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

详细描述

类型定义说明

◆ 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.
注意
Development support debugging function. Please use only when developing applications.
参见
criAtomExDebug_GetResourcesInfo

函数说明

◆ criAtomExDebug_GetResourcesInfo()

void criAtomExDebug_GetResourcesInfo ( CriAtomExDebugResourcesInfo resources_info)

get the status of CriAtomEx internal resources

参数
[out]resources_infoStatus of CriAtomEx internal resources
Description:
Get the status of various resources within CriAtomEx.
注意
Development support debugging function. Please use it only when developing applications.
参见
CriAtomExDebugResourcesInfo