Package org.yamcs.xtce
Class AlarmType
java.lang.Object
org.yamcs.xtce.AlarmType
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EnumerationAlarm
,NumericAlarm
Base type for alarms
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
Latching means that the alarm will stay triggered even when the parameter is back within limits.void
setAlarmReportType
(AlarmReportType reportType) void
setMinViolations
(int minViolations) toString()
-
Field Details
-
DEFAULT_REPORT_TYPE
-
-
Constructor Details
-
AlarmType
public AlarmType()
-
-
Method Details
-
getMinViolations
public int getMinViolations() -
setMinViolations
public void setMinViolations(int minViolations) -
getAlarmReportType
-
setAlarmReportType
-
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() -
toString
-