Uses of Class
org.yamcs.xtce.IntegerValue
Packages that use IntegerValue
-
Uses of IntegerValue in org.yamcs.xtce
Subclasses of IntegerValue in org.yamcs.xtceModifier and TypeClassDescriptionclassUses a parameter instance to obtain the value.classA simple long valueMethods in org.yamcs.xtce that return IntegerValueModifier and TypeMethodDescriptionRepeat.getCount()ArrayDataType.getDimension(int n) Get the size of the nth dimensionMethods in org.yamcs.xtce that return types with arguments of type IntegerValueModifier and TypeMethodDescriptionArrayDataType.getSize()Return the dimension list (defined as from XTCE 1.2).ArrayParameterEntry.getSize()Methods in org.yamcs.xtce with parameters of type IntegerValueMethod parameters in org.yamcs.xtce with type arguments of type IntegerValueModifier and TypeMethodDescriptionvoidArrayDataType.Builder.setSize(List<IntegerValue> list) voidArrayParameterEntry.setSize(List<IntegerValue> list) sets the sizes of the extracted array.Constructors in org.yamcs.xtce with parameters of type IntegerValueModifierConstructorDescriptionRepeat(IntegerValue count) Repeat(IntegerValue count, int offsetSizeInBits)