Interface Alarm

All Known Subinterfaces:
VBoolean, VBooleanArray, VByte, VByteArray, VDouble, VDoubleArray, VEnum, VEnumArray, VFloat, VFloatArray, VImage, VInt, VIntArray, VLong, VLongArray, VMultiDouble, VMultiEnum, VMultiInt, VMultiString, VNumber, VNumberArray, VShort, VShortArray, VStatistics, VString, VStringArray, VTimestamp
All Known Implementing Classes:
AggregateArrayVType, AggregateVType, ArrayArrayVType, BinaryVType, BooleanArrayVType, BooleanVType, DoubleArrayVType, DoubleVType, EnumeratedArrayVType, EnumeratedVType, FloatArrayVType, FloatVType, IVBoolean, IVBooleanArray, IVByte, IVByteArray, IVDouble, IVDoubleArray, IVEnum, IVEnumArray, IVFloat, IVFloatArray, IVImage, IVInt, IVIntArray, IVLongArray, IVMetadata, IVMultiDouble, IVNumberArray, IVNumeric, IVShort, IVShortArray, IVStatistics, IVString, IVStringArray, Sint32ArrayVType, Sint32VType, Sint64ArrayVType, Sint64VType, StringArrayVType, StringVType, TimestampVType, Uint32ArrayVType, Uint32VType, Uint64ArrayVType, Uint64VType, YamcsVType

public interface Alarm
Alarm information. Represents the severity and name of the highest alarm associated with the channel.
  • Method Summary

    Modifier and Type
    Method
    Description
    A brief text representation of the highest currently active alarm.
    Describes the quality of the value returned.
  • Method Details

    • getAlarmSeverity

      AlarmSeverity getAlarmSeverity()
      Describes the quality of the value returned. Never null.
    • getAlarmName

      String getAlarmName()
      A brief text representation of the highest currently active alarm. Never null.