C# Class ModernQR.Ecc.BCH15_5

Exibir arquivo Open project: jgable/ModernQR

Public Methods

Method Description
BCH15_5 ( bool source ) : System
correct ( ) : bool[]

Private Methods

Method Description
addGF ( int arg1, int arg2 ) : int
calcErrorPositionVariable ( int s ) : int[]
calcSyndrome ( bool y ) : int[]
correctErrorBit ( bool y, int errorPos ) : bool[]
createGF16 ( ) : int[][]
detectErrorBitPosition ( int s ) : int[]
getCode ( int input ) : int[]
searchElement ( int x ) : int

Method Details

BCH15_5() public method

public BCH15_5 ( bool source ) : System
source bool
return System

correct() public method

public correct ( ) : bool[]
return bool[]