Logo
中文版
详情联系: neusar-support@reachauto.com
ara::diag::Monitor::TimeBased结构体 参考

Represents the parameters for time-based debouncing. 更多...

#include <monitor.h>

ara::diag::Monitor::TimeBased 的协作图:
Collaboration graph

Public 属性

std::uint32_t passedMs
 time until passed in (ms) 更多...
 
std::uint32_t failedMs
 time until failed in (ms) 更多...
 

详细描述

Represents the parameters for time-based debouncing.

Swsid
SWS_DM_00539
符合标准
yes
非标原因
N/A
种类
struct
符号
TimeBased
范围
class ara::diag::Monitor
分类
ara
头文件
ara/diag/monitor.h
注解
N/A

在文件 第 行定义.

类成员变量说明

◆ failedMs

std::uint32_t ara::diag::Monitor::TimeBased::failedMs

time until failed in (ms)

Swsid
SWS_DM_00629
符合标准
yes
非标原因
N/A
种类
variable
符号
failedMs
范围
struct ara::diag::Monitor::TimeBased
类型
std::uint32_t
分类
ara
头文件
ara/diag/monitor.h
注解
The value is greater than or equal to 1000.

在文件 第 行定义.

◆ passedMs

std::uint32_t ara::diag::Monitor::TimeBased::passedMs

time until passed in (ms)

Swsid
SWS_DM_00630
符合标准
yes
非标原因
N/A
种类
variable
符号
passedMs
范围
struct ara::diag::Monitor::TimeBased
类型
std::uint32_t
分类
ara
头文件
ara/diag/monitor.h
注解
The value is greater than or equal to 1000.

在文件 第 行定义.