Package org.yamcs.xtce
Class Repeat
- java.lang.Object
-
- org.yamcs.xtce.Repeat
-
- All Implemented Interfaces:
Serializable
public class Repeat extends Object implements Serializable
Hold a structure that can be repeated X times, where X is the Count- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Repeat(IntegerValue count)Repeat(IntegerValue count, int offsetSizeInBits)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegerValuegetCount()intgetOffsetSizeInBits()voidsetCount(IntegerValue count)voidsetOffsetSizeInBits(int offsetSizeInBits)StringtoString()
-
-
-
Constructor Detail
-
Repeat
public Repeat(IntegerValue count)
-
Repeat
public Repeat(IntegerValue count, int offsetSizeInBits)
-
-
Method Detail
-
setOffsetSizeInBits
public void setOffsetSizeInBits(int offsetSizeInBits)
-
getOffsetSizeInBits
public int getOffsetSizeInBits()
-
setCount
public void setCount(IntegerValue count)
-
getCount
public IntegerValue getCount()
-
-