ContinuousBasicAlertRange
open class ContinuousBasicAlertRange<ValueType : Comparable<ValueType>>(alertState: AlertStateMachine?, lowerLimit: LimitValue<ValueType>?, upperLimit: LimitValue<ValueType>?, alertClass: ProtoDpId?, rangeConfig: AlertClassOptions?, cameText: String = "", wentText: String = "") : AlertRange<ValueType>
Inheritors
Constructors
Link copied to clipboard
constructor(alertState: AlertStateMachine?, lowerLimit: LimitValue<ValueType>?, upperLimit: LimitValue<ValueType>?, alertClass: ProtoDpId?, rangeConfig: AlertClassOptions?, cameText: String = "", wentText: String = "")