Uses of Class
org.yamcs.xtce.IntegerRange
-
Packages that use IntegerRange Package Description org.yamcs.xtce -
-
Uses of IntegerRange in org.yamcs.xtce
Subclasses of IntegerRange in org.yamcs.xtce Modifier and Type Class Description classIntegerValidRangeXTCE: 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 IntegerRange Modifier and Type Method Description IntegerRangeBinaryDataType. getSizeRangeInBytes()IntegerRangeStringDataType. getSizeRangeInCharacters()IntegerRangeIntegerRange. 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 IntegerRange Modifier and Type Method Description IntegerRangeIntegerRange. 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 IntegerRange Constructor Description IntegerRange(IntegerRange range)copy constructorIntegerValidRange(IntegerRange range)
-