Class AtmosAlarmThreshold
Inheritance
System.Object
AtmosAlarmThreshold
Assembly: Content.Shared.dll
Syntax
public sealed class AtmosAlarmThreshold : object
Constructors
|
Improve this Doc
View Source
AtmosAlarmThreshold()
Declaration
public AtmosAlarmThreshold()
|
Improve this Doc
View Source
AtmosAlarmThreshold(AtmosAlarmThreshold)
Declaration
public AtmosAlarmThreshold(AtmosAlarmThreshold other)
Parameters
|
Improve this Doc
View Source
AtmosAlarmThreshold(AtmosAlarmThresholdPrototype)
Declaration
public AtmosAlarmThreshold(AtmosAlarmThresholdPrototype proto)
Parameters
Fields
|
Improve this Doc
View Source
Ignore
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LowerWarningPercentage
Declaration
public AlarmThresholdSetting LowerWarningPercentage
Field Value
|
Improve this Doc
View Source
UpperWarningPercentage
Declaration
public AlarmThresholdSetting UpperWarningPercentage
Field Value
Properties
|
Improve this Doc
View Source
LowerBound
Declaration
public AlarmThresholdSetting LowerBound { get; set; }
Property Value
|
Improve this Doc
View Source
LowerWarningBound
Declaration
public AlarmThresholdSetting LowerWarningBound { get; set; }
Property Value
|
Improve this Doc
View Source
UpperBound
Declaration
public AlarmThresholdSetting UpperBound { get; set; }
Property Value
|
Improve this Doc
View Source
UpperWarningBound
Declaration
public AlarmThresholdSetting UpperWarningBound { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
CalculateWarningBound(AtmosMonitorThresholdBound)
Declaration
public AlarmThresholdSetting CalculateWarningBound(AtmosMonitorThresholdBound bound)
Parameters
Returns
|
Improve this Doc
View Source
CalculateWarningPercentage(AtmosMonitorThresholdBound, AlarmThresholdSetting)
Declaration
public AlarmThresholdSetting CalculateWarningPercentage(AtmosMonitorThresholdBound bound, AlarmThresholdSetting warningBound)
Parameters
Returns
|
Improve this Doc
View Source
CheckThreshold(Single, out AtmosAlarmType)
Declaration
public bool CheckThreshold(float value, out AtmosAlarmType state)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CheckThreshold(Single, out AtmosAlarmType, out AtmosMonitorThresholdBound)
Declaration
public bool CheckThreshold(float value, out AtmosAlarmType state, out AtmosMonitorThresholdBound whichFailed)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SetEnabled(AtmosMonitorLimitType, Boolean)
Declaration
public void SetEnabled(AtmosMonitorLimitType whichLimit, bool isEnabled)
Parameters
|
Improve this Doc
View Source
SetLimit(AtmosMonitorLimitType, Single)
Declaration
public void SetLimit(AtmosMonitorLimitType whichLimit, float limit)
Parameters