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

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

#include <monitor.h>

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

Public 属性

std::int16_t failedThreshold
 Threshold until qualified failed. 更多...
 
std::int16_t passedThreshold
 Threshold until qualified passed. 更多...
 
std::uint16_t failedStepsize
 Stepsize per pre-failed report. 更多...
 
std::uint16_t passedStepsize
 Stepsize per pre-passed report. 更多...
 
std::int16_t failedJumpValue
 failed to jump value. 更多...
 
std::int16_t passedJumpValue
 passed to jump value. 更多...
 
bool useJumpToFailed
 is jump supported. 更多...
 
bool useJumpToPassed
 is jump supported. 更多...
 

详细描述

Represents the parameters for counter-based debouncing.

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

在文件 第 行定义.

类成员变量说明

◆ failedJumpValue

std::int16_t ara::diag::Monitor::CounterBased::failedJumpValue

failed to jump value.

Swsid
SWS_DM_00625
符合标准
yes
非标原因
N/A
种类
variable
符号
failedJumpValue
范围
struct ara::diag::Monitor::CounterBased
类型
std::int16_t
分类
ara
头文件
ara/diag/monitor.h
注解
The value is less than or equal to 127 and greater than 0.

在文件 第 行定义.

◆ failedStepsize

std::uint16_t ara::diag::Monitor::CounterBased::failedStepsize

Stepsize per pre-failed report.

Swsid
SWS_DM_00623
符合标准
yes
非标原因
N/A
种类
variable
符号
failedStepsize
范围
struct ara::diag::Monitor::CounterBased
类型
std::int16_t
分类
ara
头文件
ara/diag/monitor.h
注解
The value is less than or equal to 127 and greater than 0.

在文件 第 行定义.

◆ failedThreshold

std::int16_t ara::diag::Monitor::CounterBased::failedThreshold

Threshold until qualified failed.

Swsid
SWS_DM_00621
符合标准
yes
非标原因
N/A
种类
variable
符号
failedThreshold
范围
struct ara::diag::Monitor::CounterBased
类型
std::int16_t
分类
ara
头文件
ara/diag/monitor.h
注解
The value is less than or equal to 127 and greater than 0.

在文件 第 行定义.

◆ passedJumpValue

std::int16_t ara::diag::Monitor::CounterBased::passedJumpValue

passed to jump value.

Swsid
SWS_DM_00626
符合标准
yes
非标原因
N/A
种类
variable
符号
passedJumpValue
范围
struct ara::diag::Monitor::CounterBased
类型
std::int16_t
分类
ara
头文件
ara/diag/monitor.h
注解
The value is greater than or equal to -128 and less than 0.

在文件 第 行定义.

◆ passedStepsize

std::uint16_t ara::diag::Monitor::CounterBased::passedStepsize

Stepsize per pre-passed report.

Swsid
SWS_DM_00624
符合标准
yes
非标原因
N/A
种类
variable
符号
passedStepsize
范围
struct ara::diag::Monitor::CounterBased
类型
std::int16_t
分类
ara
头文件
ara/diag/monitor.h
注解
The value is less than or equal to 128 and greater than 0.

在文件 第 行定义.

◆ passedThreshold

std::int16_t ara::diag::Monitor::CounterBased::passedThreshold

Threshold until qualified passed.

Swsid
SWS_DM_00622
符合标准
yes
非标原因
N/A
种类
variable
符号
passedThreshold
范围
struct ara::diag::Monitor::CounterBased
类型
std::int16_t
分类
ara
头文件
ara/diag/monitor.h
注解
The value is greater than or equal to -128 and less than 0.

在文件 第 行定义.

◆ useJumpToFailed

bool ara::diag::Monitor::CounterBased::useJumpToFailed

is jump supported.

Swsid
SWS_DM_00627
符合标准
yes
非标原因
N/A
种类
variable
符号
useJumpToFailed
范围
struct ara::diag::Monitor::CounterBased
类型
bool
分类
ara
头文件
ara/diag/monitor.h
注解
N/A

在文件 第 行定义.

◆ useJumpToPassed

bool ara::diag::Monitor::CounterBased::useJumpToPassed

is jump supported.

Swsid
SWS_DM_00628
符合标准
yes
非标原因
N/A
种类
variable
符号
useJumpToPassed
范围
struct ara::diag::Monitor::CounterBased
类型
bool
分类
ara
头文件
ara/diag/monitor.h
注解
N/A

在文件 第 行定义.