Package org.yamcs.xtce
Class AlarmType
- java.lang.Object
-
- org.yamcs.xtce.AlarmType
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EnumerationAlarm,NumericAlarm
public abstract class AlarmType extends Object implements Serializable
Base type for alarms- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AlarmReportTypeDEFAULT_REPORT_TYPE
-
Constructor Summary
Constructors Constructor Description AlarmType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlarmReportTypegetAlarmReportType()intgetMinViolations()booleanisAutoAck()booleanisLatching()Latching means that the alarm will stay triggered even when the parameter is back within limits.voidsetAlarmReportType(AlarmReportType reportType)voidsetMinViolations(int minViolations)StringtoString()
-
-
-
Field Detail
-
DEFAULT_REPORT_TYPE
public static final AlarmReportType DEFAULT_REPORT_TYPE
-
-
Method Detail
-
getMinViolations
public int getMinViolations()
-
setMinViolations
public void setMinViolations(int minViolations)
-
getAlarmReportType
public AlarmReportType getAlarmReportType()
-
setAlarmReportType
public void setAlarmReportType(AlarmReportType reportType)
-
isLatching
public boolean isLatching()
Latching means that the alarm will stay triggered even when the parameter is back within limits.- Returns:
-
isAutoAck
public boolean isAutoAck()
-
-