public class ProntoParserLoose extends ProntoParser
| Constructor and Description |
|---|
ProntoParserLoose(Iterable<? extends CharSequence> args) |
ProntoParserLoose(String source) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static IrSignal |
parse(String str) |
IrSignal |
toIrSignal(Double fallbackFrequency,
Double dummyGap)
Tries to interpret the string argument as Pronto.
|
toIrSignalfixIrRemoteSilliness, getSource, mkIrSignal, mkIrSignal, toIrSequence, toIrSequence, toIrSignal, toIrSignal, toIrSignalChop, toList, toList, toList, toListChop, toListChop, toModulatedIrSequence, toModulatedIrSequence, toModulatedIrSequence, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waittoIrSequence, toList, toModulatedIrSequencepublic ProntoParserLoose(String source)
public ProntoParserLoose(Iterable<? extends CharSequence> args)
public static IrSignal parse(String str) throws InvalidArgumentException
InvalidArgumentExceptionpublic IrSignal toIrSignal(Double fallbackFrequency, Double dummyGap) throws InvalidArgumentException
toIrSignal in interface IrSignalParsertoIrSignal in class ProntoParserfallbackFrequency - Modulation frequency to use, if it cannot be
inferred from the first parameter.dummyGap - InvalidArgumentException - If the signal looks like a Pronto, but is not correctly parseable.public String getName()
getName in interface IrSignalParsergetName in class ProntoParserCopyright © 2019. All rights reserved.