[]
This class extends ModuleSpec class in order to hold specifications about number of guard bits in each tile-component.
public class GuardBitsSpec : ModuleSpec
Name | Description |
---|---|
GuardBitsSpec(int, int, byte) | Constructs an empty 'GuardBitsSpec' with specified number of tile and components. This constructor is called by the decoder. |
GuardBitsSpec(int, int, byte, ParameterList) | Constructs a new 'GuardBitsSpec' for the specified number of components and tiles and the arguments of "-Qguard_bits" option. |