CRI ADX  Last Updated: 2024-07-17 10:48 p
CriAtomLevelMeterConfig结构体 参考

Configuration structure for adding level meter function 更多...

#include <cri_le_atom.h>

成员变量

CriSint32 interval
 Measurement interval (in milliseconds) 更多...
 
CriSint32 hold_time
 Peak hold time (in milliseconds) 更多...
 

详细描述

Configuration structure for adding level meter function

Description:
Structure for adding the level meter function.
This structure is specified as an argument of the ::criAtomMeter_AttachLevelMeter function.
Remarks:
If using default settings, set the default parameters to the structure using the ::criAtomMeter_SetDefaultConfigForLevelMeter macro, then specify the structure to the ::criAtomMeter_AttachLevelMeter function.
注意
More members will be added in the future. When not using the ::criAtomMeter_SetDefaultConfigForLevelMeter macro, make sure to initialize the structure to zero before use.
(Make sure that no indefinite value is set to any member of the structure.)
参见
criAtomMeter_AttachLevelMeter

结构体成员变量说明

◆ interval

CriSint32 interval

Measurement interval (in milliseconds)

Description:
Interval for updating measurement results.

◆ hold_time

CriSint32 hold_time

Peak hold time (in milliseconds)

Description:
Duration for which the peak value is held when it is updated by a larger value, so that it does not decrease immediately.

该结构体的文档由以下文件生成: