Uses of Class
org.harctoolbox.ircore.OddSequenceLengthException
Packages that use OddSequenceLengthException
Package
Description
-
Uses of OddSequenceLengthException in org.harctoolbox.analyze
Methods in org.harctoolbox.analyze that throw OddSequenceLengthExceptionModifier and TypeMethodDescriptionCleanerParser.toIrSequence(Double dummyGap) CleanerParser.toIrSignalChop(Double fallbackFrequency, double threshold) CleanerParser.toListChop(double threshold, Double dummyGap) Constructors in org.harctoolbox.analyze that throw OddSequenceLengthExceptionModifierConstructorDescriptionAnalyzer(int[] data) RepeatFinder(int[] data) RepeatFinderData(int beginLength, int repeatLength, int numberRepeats, int endingLength) -
Uses of OddSequenceLengthException in org.harctoolbox.cmdline
Methods in org.harctoolbox.cmdline that throw OddSequenceLengthExceptionModifier and TypeMethodDescriptionvoidCommandDemodulate.demodulate(PrintStream out, CommandCommonOptions commandLineArgs) voidCommandRender.render(PrintStream printStream, IrpDatabase irpDatabase, CommandCommonOptions commonOptions) -
Uses of OddSequenceLengthException in org.harctoolbox.ircore
Methods in org.harctoolbox.ircore that throw OddSequenceLengthExceptionModifier and TypeMethodDescriptionprotected static IrSignalAbstractIrParser.mkIrSignal(String[] codes, Double fallbackFrequency, Double dummyGap) protected static IrSignalAbstractIrParser.mkIrSignal(List<IrSequence> list, Double frequency) static Stringstatic IrSignalPronto.parse(int[] ccf) Creates a new IrSignals by interpreting its argument as CCF signal.static int[]CCF array of complete signal, i.e.final IrSequenceAbstractIrParser.toIrSequence()AbstractIrParser.toIrSequence(Double dummyGap) final IrSignalAbstractIrParser.toIrSignal()final IrSignalAbstractIrParser.toIrSignal(Double fallbackFrequency) Tries to interpret the string argument as one of our known formats, and return an IrSignal.abstract IrSignalAbstractIrParser.toIrSignal(Double fallbackFrequency, Double dummyGap) BracketedIrSignalParser.toIrSignal(Double fallbackFrequency, Double dummyGap) MultilineIrSignalParser.toIrSignal(Double fallbackFrequency, Double dummyGap) AbstractIrParser.toIrSignalChop(Double fallbackFrequency, double threshold) final List<IrSequence> AbstractIrParser.toList()protected final List<IrSequence> final List<IrSequence> AbstractIrParser.toListChop(double threshold) AbstractIrParser.toListChop(double threshold, Double dummyGap) Equivalent to toIrSequence().chop(threshold);final ModulatedIrSequenceAbstractIrParser.toModulatedIrSequence()final ModulatedIrSequenceAbstractIrParser.toModulatedIrSequence(Double fallbackFrequency) MultilineIrSignalParser.toModulatedIrSequence(Double fallbackFrequency, Double dummyGap) Constructors in org.harctoolbox.ircore that throw OddSequenceLengthExceptionModifierConstructorDescriptionIrSequence(double[] inData) Constructs an IrSequence from the parameter data.IrSequence(double[] inData, Double dummyGapDuration) IrSequence(int[] inData) Constructs an IrSequence from the parameter data.IrSequence(String string) IrSequence(String[] strings) IrSequence(String string, Double dummyGapDuration) Constructs an IrSequence from the parameter data.IrSequence(Collection<? extends Number> collection) Constructs an IrSequence from the parameter data.IrSignal(String introSequence, String repeatSequence, String endingSequence, Double frequency, Double dutyCycle) Constructs an IrSignal from its arguments.ModulatedIrSequence(double[] durations, Double frequency) Constructs a ModulatedIrSequence from its arguments.ModulatedIrSequence(double[] durations, Double frequency, Double dutyCycle) Constructs a ModulatedIrSequence from its arguments.ModulatedIrSequence(int[] durations, Double frequency) Constructs a ModulatedIrSequence from its arguments.ModulatedIrSequence(int[] durations, Double frequency, Double dutyCycle) Constructs a ModulatedIrSequence from its arguments. -
Uses of OddSequenceLengthException in org.harctoolbox.irp
Methods in org.harctoolbox.irp that throw OddSequenceLengthExceptionModifier and TypeMethodDescriptionNamedProtocol.render(NameEngine nameEngine) Protocol.toIrSignal(Map<String, Long> params) Protocol.toIrSignal(NameEngine nameEngine) Renders the protocol.Protocol.toModulatedIrSequence(NameEngine nameEngine, IrSignal.Pass pass) Renders the protocol, but only for the pass given as second argument.