Options
All
  • Public
  • Public/Protected
  • All
Menu

Encapsulates a set of error-correction blocks in one symbol version. Most versions will use blocks of differing sizes within one version, so, this encapsulates the parameters for each set of blocks. It also holds the number of error-correction codewords per block since it will be the same across all blocks within one version.

Hierarchy

  • ECBlocks

Index

Constructors

constructor

  • new ECBlocks(ecCodewordsPerBlock: number, ...ecBlocks: ECB[]): ECBlocks

Properties

Private ecBlocks

ecBlocks: ECB[]

Private ecCodewordsPerBlock

ecCodewordsPerBlock: number

Methods

getECBlocks

  • getECBlocks(): ECB[]

getECCodewordsPerBlock

  • getECCodewordsPerBlock(): number

getNumBlocks

  • getNumBlocks(): number

getTotalECCodewords

  • getTotalECCodewords(): number

Generated using TypeDoc