Uses of Class
org.harctoolbox.ircore.InvalidArgumentException
Packages that use InvalidArgumentException
Package
Description
-
Uses of InvalidArgumentException in org.harctoolbox.analyze
Methods in org.harctoolbox.analyze that throw InvalidArgumentExceptionModifier and TypeMethodDescriptionstatic IrSequence
Cleaner.clean
(IrSequence irSequence) static IrSequence
Cleaner.clean
(IrSequence irSequence, Double absoluteTolerance, Double relativeTolerance) static IrSignal
static ModulatedIrSequence
Cleaner.clean
(ModulatedIrSequence irSequence) static ModulatedIrSequence
Cleaner.clean
(ModulatedIrSequence irSequence, Double absoluteTolerance, Double relativeTolerance) static IrSignal
RepeatFinder.findRepeatClean
(ModulatedIrSequence irSequence) static IrSignal
RepeatFinder.findRepeatClean
(ModulatedIrSequence irSequence, Double absoluteTolerance, Double relativeTolerance) CleanerParser.toIrSequence
(Double dummyGap) CleanerParser.toIrSignal
(Double fallbackFrequency, Double dummyGap) Tries to interpret the string argument as one of our known formats, and return an IrSignal.RepeatFinderParser.toIrSignal
(Double fallbackFrequency, Double dummyGap) Tries to interpret the string argument as one of our known formats, and return an IrSignal.CleanerParser.toIrSignalChop
(Double fallbackFrequency, double threshold) RepeatFinder.toIrSignalClean
(ModulatedIrSequence irSequence) RepeatFinderParser.toIrSignalClean()
RepeatFinderParser.toIrSignalClean
(Double fallbackFrequency, Double dummyGap) CleanerParser.toListChop
(double threshold, Double dummyGap) CleanerParser.toModulatedIrSequence
(Double fallbackFrequency, Double dummyGap) Constructors in org.harctoolbox.analyze that throw InvalidArgumentExceptionModifierConstructorDescriptionAnalyzer
(int[] data) Analyzer
(Collection<? extends IrSequence> irSequenceList, Double frequency, boolean invokeRepeatFinder, Double absoluteTolerance, Double relativeTolerance) Analyzer
(IrSequence irSequence) Analyzer
(IrSequence irSequence, boolean invokeRepeatFinder) Analyzer
(IrSequence irSequence, Double frequency, boolean invokeRepeatFinder) Analyzer
(IrSequence irSequence, Double frequency, boolean invokeRepeatFinder, Double absoluteTolerance, Double relativeTolerance) Analyzer
(IrSequence irSequence, Double absoluteTolerance, Double relativeTolerance) Analyzer
(ModulatedIrSequence irSequence, boolean invokeRepeatFinder, Double absoluteTolerance, Double relativeTolerance) protected
Cleaner
(int[] data, int[] indices, boolean signalMode, Double absoluteTolerance, Double relativeTolerance) Cleaner
(IrSequence irSequence) Cleaner
(IrSequence irSequence, Double absoluteTolerance, Double relativeTolerance) -
Uses of InvalidArgumentException in org.harctoolbox.cmdline
Methods in org.harctoolbox.cmdline that throw InvalidArgumentExceptionModifier and TypeMethodDescriptionvoid
CommandDecode.decode
(PrintStream out, CommandCommonOptions commandLineArgs, IrpDatabase irpDatabase) void
CommandDemodulate.demodulate
(PrintStream out, CommandCommonOptions commandLineArgs) -
Uses of InvalidArgumentException in org.harctoolbox.ircore
Subclasses of InvalidArgumentException in org.harctoolbox.ircoreModifier and TypeClassDescriptionfinal class
Thrown when an IrSequence has a length that is not an even number.Methods in org.harctoolbox.ircore that throw InvalidArgumentExceptionModifier and TypeMethodDescriptionIrSequence.append
(double delay) Appends a delay to the end of the IrSequence.ModulatedIrSequence.append
(double delay) Appends a delay to the end of the ModulatedIrSequence.ModulatedIrSequence.append
(ModulatedIrSequence tail) static double
Pronto.frequency
(int code) Computes the carrier frequency in Hz.static IrSignal
Pronto.parse
(int[] ccf) Creates a new IrSignals by interpreting its argument as CCF signal.static IrSignal
Creates a new IrSignals by interpreting its argument as CCF string.static IrSignal
Creates a new IrSignals by interpreting its argument as CCF string.static IrSignal
Creates a new IrSignals by interpreting its argument as CCF string.static IrSignal
Creates a new IrSignals by interpreting its argument as CCF string.static IrSignal
static IrSignal
static IrSignal
Pronto.parseLoose
(String ccfString) static int
Pronto.pulses
(double time, double frequency) Computes number of cycles of the carrier the first argument will require.static int
Pronto.pulsesMicroSeconds
(double time, double frequency) Computes number of cycles of the carrier the first argument will require.static double
Pronto.pulseTime
(int code) Computes pulse time in seconds.IrSequence.subSequence
(int start, int length) Returns a new IrSequence consisting of the length durations.static int[]
CCF array of complete signal, i.e.final IrSequence
AbstractIrParser.toIrSequence()
AbstractIrParser.toIrSequence
(Double dummyGap) IrSignalParser.toIrSequence
(Double dummyGap) MultiParser.toIrSequence
(Double dummyGap) final IrSignal
AbstractIrParser.toIrSignal()
final IrSignal
AbstractIrParser.toIrSignal
(Double fallbackFrequency) Tries to interpret the string argument as one of our known formats, and return an IrSignal.abstract IrSignal
AbstractIrParser.toIrSignal
(Double fallbackFrequency, Double dummyGap) IrSignalParser.toIrSignal
(Double fallbackFrequency, Double dummyGap) MultiParser.toIrSignal
(Double fallbackFrequency, Double dummyGap) ProntoParser.toIrSignal
(Double fallbackFrequency, Double dummyGap) Tries to interpret the string argument as Pronto.protected IrSignal
ProntoParser.toIrSignal
(Double fallbackFrequency, Double dummyGap, boolean loose) ProntoParserLoose.toIrSignal
(Double fallbackFrequency, Double dummyGap) Tries to interpret the string argument as Pronto.AbstractIrParser.toIrSignalChop
(Double fallbackFrequency, double threshold) final List
<IrSequence> AbstractIrParser.toList()
final List
<IrSequence> AbstractIrParser.toListChop
(double threshold) AbstractIrParser.toListChop
(double threshold, Double dummyGap) Equivalent to toIrSequence().chop(threshold);final ModulatedIrSequence
AbstractIrParser.toModulatedIrSequence()
final ModulatedIrSequence
AbstractIrParser.toModulatedIrSequence
(Double fallbackFrequency) AbstractIrParser.toModulatedIrSequence
(Double fallbackFrequency, Double dummyGap) IrSignalParser.toModulatedIrSequence
(Double fallbackFrequency, Double dummyGap) MultilineIrSignalParser.toModulatedIrSequence
(Double fallbackFrequency, Double dummyGap) MultiParser.toModulatedIrSequence
(Double fallbackFrequency, Double dummyGap) IrSequence.truncate
(int length) Returns a new IrSequence consisting of the first length durations.Constructors in org.harctoolbox.ircore that throw InvalidArgumentExceptionModifierConstructorDescriptionIrSequence
(int[] idata, int offset, int length) Constructs an IrSequence from the parameter data.IrSequence
(IrSequence src, int start, int length) IrSignal
(int[] durations, int noIntro, int noRepeat, double frequency) Constructs an IrSignal from its arguments.Constructs an IrSignal from its arguments.IrSignal
(IrSequence irSequence, int noIntro, int noRepeat, Double frequency, Double dutyCycle) IrSignal
(ModulatedIrSequence sequence, int beginningLength, int repeatLength, int noRepeats) Constructs an IrSignal.ModulatedIrSequence
(ModulatedIrSequence src, int start, int length) -
Uses of InvalidArgumentException in org.harctoolbox.irp
Methods in org.harctoolbox.irp that throw InvalidArgumentExceptionModifier and TypeMethodDescriptiondouble
Duration.getTimeInUnits()
static String
ShortPronto.long2short
(String longString) Equivalent to parse(String) followed by parse(IrString).static IrSignal
ShortPronto.parse
(int[] ccf) Creates a new IrSignals by interpreting its argument as CCF signal.static IrSignal
Creates a new IrSignals by interpreting its argument as CCF string.static IrSignal
ShortProntoParser.toIrSignal
(Double fallbackFrequency, Double dummyGap) Tries to interpret the string argument as Pronto.static String
Computes the "short" Pronto form of some signals, given by protocol number and parameter values.