|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.gsfc.drl.rtstps.core.ReedSolomonDecoder.Setup
public static class ReedSolomonDecoder.Setup
This class defines setup fields that are commonly associated with a Reed Solomon block decoder component.
Field Summary | |
---|---|
int |
bitsPerSymbol
|
boolean |
discardUncorrectables
If true, the system discards frames with uncorrectable errors. |
boolean |
doBlockCorrection
If true, the system corrects frames with Reed Solomon errors. |
int |
interleave
The interleave. |
boolean |
isCCSDS
When this field is true, the RS will set standard CCSDS values for bitsPerSymbol, mo, poa, maxCorrectableErrors, virtualFill, and isDual depending on the interleave. |
boolean |
isDual
There are two Reed Solomon decoder modes: dual and non-dual. |
int |
maxCorrectableErrors
max number of correctable errors per codeword |
int |
mo
|
int |
poa
|
private static int[] |
validFrameLengths
|
int |
virtualFill
|
private static int[] |
virtualFillTable
|
Constructor Summary | |
---|---|
ReedSolomonDecoder.Setup(org.w3c.dom.Element element)
|
Method Summary | |
---|---|
void |
setCCSDS(int interleave)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean discardUncorrectables
public boolean doBlockCorrection
public int interleave
public boolean isCCSDS
public int maxCorrectableErrors
public boolean isDual
public int bitsPerSymbol
public int mo
public int poa
public int virtualFill
private static final int[] virtualFillTable
private static final int[] validFrameLengths
Constructor Detail |
---|
public ReedSolomonDecoder.Setup(org.w3c.dom.Element element) throws RtStpsException, java.lang.NumberFormatException
RtStpsException
java.lang.NumberFormatException
Method Detail |
---|
public void setCCSDS(int interleave) throws RtStpsException
RtStpsException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |