Uses of Class
org.yamcs.xtce.NumericContextAlarm
Packages that use NumericContextAlarm
-
Uses of NumericContextAlarm in org.yamcs.xtce
Methods in org.yamcs.xtce that return NumericContextAlarmModifier and TypeMethodDescriptionFloatParameterType.Builder.getNumericContextAlarm(MatchCriteria context) IntegerParameterType.Builder.getNumericContextAlarm(MatchCriteria context) Methods in org.yamcs.xtce that return types with arguments of type NumericContextAlarmModifier and TypeMethodDescriptionFloatParameterType.getContextAlarmList()IntegerParameterType.getContextAlarmList()Methods in org.yamcs.xtce with parameters of type NumericContextAlarmModifier and TypeMethodDescriptionvoidFloatParameterType.Builder.addContextAlarm(NumericContextAlarm nca) voidIntegerParameterType.Builder.addContextAlarm(NumericContextAlarm nca) Method parameters in org.yamcs.xtce with type arguments of type NumericContextAlarmModifier and TypeMethodDescriptionvoidFloatParameterType.Builder.addContextAlarms(Collection<NumericContextAlarm> ncas) voidIntegerParameterType.Builder.addContextAlarms(Collection<NumericContextAlarm> ncas) voidFloatParameterType.Builder.setContextAlarmList(List<NumericContextAlarm> contextAlarmList) voidIntegerParameterType.Builder.setContextAlarmList(List<NumericContextAlarm> contextAlarmList) voidNumericParameterType.Builder.setContextAlarmList(List<NumericContextAlarm> contextAlarmList) Sets the contextual alarm list overriding any other contextual alarm if already set.voidIntegerParameterType.Builder.setNumericContextAlarmList(List<NumericContextAlarm> numericContextAlarmList)