Represents the parameters for counter-based debouncing. 更多...
#include <monitor.h>

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.
在文件 第 行定义.
| std::int16_t ara::diag::Monitor::CounterBased::failedJumpValue |
failed to jump value.
在文件 第 行定义.
| std::uint16_t ara::diag::Monitor::CounterBased::failedStepsize |
Stepsize per pre-failed report.
在文件 第 行定义.
| std::int16_t ara::diag::Monitor::CounterBased::failedThreshold |
Threshold until qualified failed.
在文件 第 行定义.
| std::int16_t ara::diag::Monitor::CounterBased::passedJumpValue |
passed to jump value.
在文件 第 行定义.
| std::uint16_t ara::diag::Monitor::CounterBased::passedStepsize |
Stepsize per pre-passed report.
在文件 第 行定义.
| std::int16_t ara::diag::Monitor::CounterBased::passedThreshold |
Threshold until qualified passed.
在文件 第 行定义.
| bool ara::diag::Monitor::CounterBased::useJumpToFailed |
is jump supported.
在文件 第 行定义.
| bool ara::diag::Monitor::CounterBased::useJumpToPassed |
is jump supported.
在文件 第 行定义.