Uses of Class
org.yamcs.xtce.IntegerRange
Packages that use IntegerRange
-
Uses of IntegerRange in org.yamcs.xtce
Subclasses of IntegerRange in org.yamcs.xtceModifier and TypeClassDescriptionclassXTCE: Holds an integer range and flag denoting whether the range is calculated on the value using the source data type or the destination data type.Methods in org.yamcs.xtce that return IntegerRangeModifier and TypeMethodDescriptionBinaryDataType.getSizeRangeInBytes()StringDataType.getSizeRangeInCharacters()IntegerRange.intersectWith(IntegerRange other) E.g. a low limit of ]-Infinity, -22] and a high limit of [40, +Infinity[ intersect to [-22, 40] (which for practical purposes is actually the range inside of which pvals are _not_ out of limits)Methods in org.yamcs.xtce with parameters of type IntegerRangeModifier and TypeMethodDescriptionIntegerRange.intersectWith(IntegerRange other) E.g. a low limit of ]-Infinity, -22] and a high limit of [40, +Infinity[ intersect to [-22, 40] (which for practical purposes is actually the range inside of which pvals are _not_ out of limits)voidBinaryDataType.Builder.setSizeRangeInBytes(IntegerRange sizeRangeInBytes) voidBinaryDataType.setSizeRangeInBytes(IntegerRange sizeRangeInBytes) voidStringDataType.Builder.setSizeRangeInCharacters(IntegerRange sizeRangeInCharacters) Constructors in org.yamcs.xtce with parameters of type IntegerRangeModifierConstructorDescriptionIntegerRange(IntegerRange range) copy constructorIntegerValidRange(IntegerRange range)