public class ShortProntoParser extends AbstractIrParser implements IrSignalParser
| Constructor and Description |
|---|
ShortProntoParser(Iterable<? extends CharSequence> args) |
ShortProntoParser(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.
|
fixIrRemoteSilliness, 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 ShortProntoParser(String source)
public ShortProntoParser(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 AbstractIrParserfallbackFrequency - 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 IrSignalParserCopyright © 2020. All rights reserved.