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

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.
在文件 第 行定义.
| std::uint32_t ara::diag::Monitor::TimeBased::failedMs |
time until failed in (ms)
在文件 第 行定义.
| std::uint32_t ara::diag::Monitor::TimeBased::passedMs |
time until passed in (ms)
在文件 第 行定义.