|
BmnRoot
|
#include <BmnTrigChannelConfig.h>
Public Member Functions | |
| BmnTrigChannelConfig () | |
| void | print () |
| BmnTrigChannelConfig () | |
| void | print () |
Public Attributes | |
| bool | after_protect_en |
| uint32_t | after_protect_time |
| bool | before_protect_en |
| uint32_t | before_protect_time |
| uint32_t | delay |
| bool | reduction_en |
| uint32_t | reduction_factor |
Class BmnTrigChannelConfig Trigger channel configuration (count reduction, time protection)
Definition at line 11 of file BmnTrigChannelConfig.h.
|
inline |
Definition at line 13 of file BmnTrigChannelConfig.h.
|
inline |
Definition at line 13 of file BmnTrigChannelConfig.h.
|
inline |
Definition at line 31 of file BmnTrigChannelConfig.h.
References after_protect_en, after_protect_time, before_protect_en, before_protect_time, delay, reduction_en, and reduction_factor.
|
inline |
Definition at line 31 of file BmnTrigChannelConfig.h.
References after_protect_en, after_protect_time, before_protect_en, before_protect_time, delay, reduction_en, and reduction_factor.
| bool BmnTrigChannelConfig::after_protect_en |
Definition at line 23 of file BmnTrigChannelConfig.h.
Referenced by BmnConverterTools::ParseJsonConfig(), and print().
| uint32_t BmnTrigChannelConfig::after_protect_time |
Definition at line 24 of file BmnTrigChannelConfig.h.
Referenced by BmnConverterTools::ParseJsonConfig(), and print().
| bool BmnTrigChannelConfig::before_protect_en |
Definition at line 25 of file BmnTrigChannelConfig.h.
Referenced by BmnConverterTools::ParseJsonConfig(), and print().
| uint32_t BmnTrigChannelConfig::before_protect_time |
Definition at line 26 of file BmnTrigChannelConfig.h.
Referenced by BmnConverterTools::ParseJsonConfig(), and print().
| uint32_t BmnTrigChannelConfig::delay |
Definition at line 27 of file BmnTrigChannelConfig.h.
Referenced by BmnConverterTools::ParseJsonConfig(), and print().
| bool BmnTrigChannelConfig::reduction_en |
Definition at line 28 of file BmnTrigChannelConfig.h.
Referenced by BmnConverterTools::ParseJsonConfig(), and print().
| uint32_t BmnTrigChannelConfig::reduction_factor |
Definition at line 29 of file BmnTrigChannelConfig.h.
Referenced by BmnConverterTools::ParseJsonConfig(), and print().