Package org.harctoolbox.analyze
Class Pwm4Decoder
java.lang.Object
org.harctoolbox.analyze.AbstractDecoder
org.harctoolbox.analyze.PwmDecoder
org.harctoolbox.analyze.Pwm4Decoder
-
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
ConstructorsConstructorDescriptionPwm4Decoder(Analyzer analyzer, Analyzer.AnalyzerParams params) Pwm4Decoder(Analyzer analyzer, Analyzer.AnalyzerParams params, int flash, int zeroGap, int oneGap, int twoGap, int threeGap) Pwm4Decoder(Analyzer analyzer, Analyzer.AnalyzerParams params, Burst zero, Burst one, Burst two, Burst three) -
Method Summary
Methods inherited from class org.harctoolbox.analyze.PwmDecoder
hasDistinctFlashesInBursts, mkBursts, parseMethods inherited from class org.harctoolbox.analyze.AbstractDecoder
decoderNames, dumpParameters, dumpParameters, getNoBitsLimit, name, newExtent, newFlash, newFlashOrGap, newGap, parse, parse, saveParameter, saveParameter, saveParameter
-
Constructor Details
-
Pwm4Decoder
public Pwm4Decoder(Analyzer analyzer, Analyzer.AnalyzerParams params, Burst zero, Burst one, Burst two, Burst three) throws NonUniqueBitCodeException - Throws:
NonUniqueBitCodeException
-
Pwm4Decoder
public Pwm4Decoder(Analyzer analyzer, Analyzer.AnalyzerParams params, int flash, int zeroGap, int oneGap, int twoGap, int threeGap) throws NonUniqueBitCodeException - Throws:
NonUniqueBitCodeException
-
Pwm4Decoder
public Pwm4Decoder(Analyzer analyzer, Analyzer.AnalyzerParams params) throws org.harctoolbox.analyze.DecodeException, NonUniqueBitCodeException - Throws:
org.harctoolbox.analyze.DecodeExceptionNonUniqueBitCodeException
-