Package org.harctoolbox.analyze
Class Pwm2Decoder
java.lang.Object
org.harctoolbox.analyze.AbstractDecoder
org.harctoolbox.analyze.PwmDecoder
org.harctoolbox.analyze.Pwm2Decoder
-
Nested Class Summary
Nested classes/interfaces inherited from class org.harctoolbox.analyze.AbstractDecoder
AbstractDecoder.ParameterData
-
Field Summary
Fields inherited from class org.harctoolbox.analyze.AbstractDecoder
analyzer, bitSpec, CANNOT_MATCH, nameEngine, noPayload, NUMBERDECODERS, params, timebase
-
Constructor Summary
ConstructorDescriptionPwm2Decoder
(Analyzer analyzer, Analyzer.AnalyzerParams params) Pwm2Decoder
(Analyzer analyzer, Analyzer.AnalyzerParams params, int a, int b) Pwm2Decoder
(Analyzer analyzer, Analyzer.AnalyzerParams params, int zeroFlash, int zeroGap, int oneFlash, int oneGap) Pwm2Decoder
(Analyzer analyzer, Analyzer.AnalyzerParams params, Burst zero, Burst one) -
Method Summary
Methods inherited from class org.harctoolbox.analyze.PwmDecoder
hasDistinctFlashesInBursts, mkBursts, 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
-
Pwm2Decoder
public Pwm2Decoder(Analyzer analyzer, Analyzer.AnalyzerParams params, Burst zero, Burst one) throws NonUniqueBitCodeException - Throws:
NonUniqueBitCodeException
-
Pwm2Decoder
public Pwm2Decoder(Analyzer analyzer, Analyzer.AnalyzerParams params, int zeroFlash, int zeroGap, int oneFlash, int oneGap) throws NonUniqueBitCodeException - Throws:
NonUniqueBitCodeException
-
Pwm2Decoder
public Pwm2Decoder(Analyzer analyzer, Analyzer.AnalyzerParams params, int a, int b) throws NonUniqueBitCodeException - Throws:
NonUniqueBitCodeException
-
Pwm2Decoder
public Pwm2Decoder(Analyzer analyzer, Analyzer.AnalyzerParams params) throws NonUniqueBitCodeException - Throws:
NonUniqueBitCodeException
-