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