Package org.harctoolbox.analyze
Class BiphaseWithTwoDurationsDecoder
java.lang.Object
org.harctoolbox.analyze.AbstractDecoder
org.harctoolbox.analyze.AbstractBiphaseDecoder
org.harctoolbox.analyze.BiphaseWithTwoDurationsDecoder
-
Nested Class Summary
Nested classes/interfaces inherited from class org.harctoolbox.analyze.AbstractDecoder
AbstractDecoder.ParameterData
-
Field Summary
Fields inherited from class org.harctoolbox.analyze.AbstractBiphaseDecoder
full, half
Fields inherited from class org.harctoolbox.analyze.AbstractDecoder
analyzer, bitSpec, CANNOT_MATCH, nameEngine, noPayload, NUMBERDECODERS, params, timebase
-
Constructor Summary
ConstructorDescriptionBiphaseWithTwoDurationsDecoder
(Analyzer analyzer, Analyzer.AnalyzerParams params) BiphaseWithTwoDurationsDecoder
(Analyzer analyzer, Analyzer.AnalyzerParams params, int half, int full) -
Method Summary
Methods inherited from class org.harctoolbox.analyze.AbstractBiphaseDecoder
mkBitSpec, parse
Methods inherited from class org.harctoolbox.analyze.AbstractDecoder
decoderNames, dumpParameters, dumpParameters, getNoBitsLimit, name, newExtent, newFlash, newFlashOrGap, newGap, parse, parse, saveParameter, saveParameter, saveParameter
-
Constructor Details
-
BiphaseWithTwoDurationsDecoder
public BiphaseWithTwoDurationsDecoder(Analyzer analyzer, Analyzer.AnalyzerParams params, int half, int full) -
BiphaseWithTwoDurationsDecoder
-
-
Method Details
-
startDurations
protected int startDurations()- Specified by:
startDurations
in classAbstractBiphaseDecoder
-